Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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 

Code Block
#[tokio::main]]

tokio::spawn


https://github.com/aristocratos/btop