Sign in
fuchsia
/
fuchsia
/
0c00fd3
/
.
/
third_party
/
rust_crates
/
vendor
/
tokio-sync
/
src
/
task
/
mod.rs
blob: 42c40de5d21679af1b20378ef2db27286634a5ed [
file
] [
log
] [
blame
]
//! Thread-safe task notification primitives.
mod
atomic_task
;
pub
use
self
::
atomic_task
::
AtomicTask
;