Modules§
- sealed 🔒
Structs§
- Builder
- A builder that creates a new task.
- Runnable
- A handle to a runnable task.
- Schedule
Info - Extra scheduling information that can be passed to the scheduling function.
- With
Info - Pass a scheduling function with more scheduling information - a.k.a.
ScheduleInfo.
Traits§
- Schedule
- The trait for scheduling functions.
Functions§
- spawn
- Creates a new task.
- spawn_
local - Creates a new thread-local task.
- spawn_
unchecked ⚠ - Creates a new task without
Send,Sync, and'staticbounds.