Module cros_async::waker
source · Structs§
- Wrapper around a usize used as a token to uniquely identify a pending waker.
Traits§
- WeakWake 🔒Like
futures::task::ArcWake
but usesWeak<T>
instead ofArc<T>
.
Functions§
- clone_weak_raw 🔒 ⚠
- drop_weak_raw 🔒 ⚠
- wake_weak_raw 🔒 ⚠