Name Description Size
abort.rs 3009
core.rs Core task module. # Safety The functions in this module are private to the `task` module. All of them should be considered `unsafe` to use, but are not marked as such since it would be too noisy. Make sure to consult the relevant safety section of each function before use. 16167
error.rs 4548
harness.rs 18216
id.rs 3106
join.rs 11591
list.rs This module has containers for storing the tasks spawned on a scheduler. The `OwnedTasks` container is thread-safe but can only store tasks that implement Send. The `LocalOwnedTasks` container is not thread safe, but can store non-Send tasks. The collections can be closed to prevent adding new tasks during shutdown of the scheduler with the collection. 9480
mod.rs 15904
raw.rs 9573
state.rs 19682
trace
waker.rs 2939