Expand description
§Features
nightly: enable features that require a nightly toolchain
Re-exports§
pub use executor::Priority;pub use executor::block_on;pub use executor::run;pub use executor::shutdown;pub use executor::spawn;pub use executor::spawn_checked;pub use executor::spawn_checked_with_priority;pub use executor::spawn_with_priority;pub use fd::Fd;pub use signal::AsyncSignal;pub use task::yield_now;pub use timer::Timer;
Modules§
- executor
- fd
- futures
- Compatibility with futures-rs.
- signal
- task
- thread
- Native threads that can be
.awaited on by asynchronous tasks. - time
- timer