You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »


Tokio 

Tokio is an asynchronous runtime for the Rust programming language. It provides the building blocks needed for writing network applications. It gives the flexibility to target a wide range of systems, from large servers with dozens of cores to small embedded devices.

https://tokio.rs


Make asynchronous 

#[tokio::main]]

tokio::spawn




  • No labels