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

Compare with Current View Page History

« Previous Version 4 Current »

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


https://github.com/aristocratos/btop


  • No labels