Module tokio::runtime::blocking

source ·
Expand description

Abstracts out the APIs necessary to Runtime for integrating the blocking pool. When the blocking feature flag is not enabled, these APIs are shells. This isolates the complexity of dealing with conditional compilation.

Modules

Functions