| mod.rs |
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. |
673 |
| pool.rs |
Thread pool for blocking operations |
19087 |
| schedule.rs |
|
2190 |
| shutdown.rs |
A shutdown channel.
Each worker holds the `Sender` half. When all the `Sender` halves are
dropped, the `Receiver` receives a notification. |
2169 |
| task.rs |
|
1384 |