Crate madsim_tokio

Crate madsim_tokio 

Source

Modules§

io
Traits, helpers, and type definitions for asynchronous I/O functionality.
net
TCP/UDP/Unix bindings for tokio.
stream
Due to the Stream trait’s inclusion in std landing later than Tokio’s 1.0 release, most of the Tokio stream utilities have been moved into the tokio-stream crate.
task
Asynchronous green-threads.

Macros§

pin
Pins a value on the stack.