Name Description Size Coverage
abort.rs 3928 -
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. 19905 -
error.rs 5583 -
harness.rs 21438 -
id.rs 3048 -
join.rs 12249 -
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. 11789 -
mod.rs 21333 -
raw.rs 11625 -
state.rs 22029 -
trace -
waker.rs 4063 -