Module runtimes

Source
Expand description

Collection of stream runtimes.

A runtime contains all the I/O logic, and is responsible for processing I/O 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
The standard, blocking stream runtime.
tokiotokio
The Tokio-based, async stream runtime.