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 ๐