Skip to main content

Module core

Module core 

Source

Re-exports§

pub use executor::*;
pub use id::*;
pub use task::*;
pub use timer::*;

Modules§

executor
The core executor runtime for managing async tasks.
id
Pluggable ID generation for tasks.
task
Task abstraction with unique IDs and waker integration.
timer
Timer management with efficient O(1) hashed wheel timer.