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ยง
- create_
blocking_ ๐pool