Module runtime

Source

Structs§

DefaultRuntime
Assumes no particular async runtime. Uses std::thread::sleep to sleep. Useful if using futures::executor::block_on() to run synchronously.

Traits§

Runtime