Module runtimes

Source
Expand description

Collection of stream runtimes.

A runtime contains all the I/O logic, and is responsible for processing Io requests emitted by coroutines.

If you miss a runtime matching your requirements, you can easily implement your own by taking example on the existing ones. PRs are welcomed!

Modulesยง

stdstd
Module dedicated to the standard, blocking runtime.
tokiotokio
Module dedicated to the Tokio-based, async runtime.