Module runnable

Module runnable 

Source

Modules§

sealed 🔒

Structs§

Builder
A builder that creates a new task.
Runnable
A handle to a runnable task.
ScheduleInfo
Extra scheduling information that can be passed to the scheduling function.
WithInfo
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 'static bounds.