Entradas
We'd like to introduce …
/0 Comentarios/en Notas rápidas/por Manuel CilleroWe’d like to introduce another component: Runtime, a crate that makes working with async code feel closer to working with std.
Explained: How does async work in Rust?
/0 Comentarios/en Notas rápidas/por Manuel CilleroAsynchronous programming is a concept which allows not blocking the program workflow when waiting for the results of certain actions. So you can open a large file or query a database, but your program will continue processing each line afterwards.