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ยง

  • pool ๐Ÿ”’
    Thread pool for blocking operations
  • schedule ๐Ÿ”’
  • shutdown ๐Ÿ”’
    A shutdown channel.
  • task ๐Ÿ”’

Functionsยง