[][src]Crate wakeful

Utilities to aid implementing Wakers and working with tasks.

The primary feature of this crate is Wake, which allows you to construct wakers from your own types by implementing this trait.

Traits

Wake

Zero-cost helper trait that makes it easier to implement wakers.

Functions

waker_fn

Create a waker from a closure.