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.
Make asynchronousÂ
#[tokio::main]] tokio::spawn
https://github.com/aristocratos/btop