[][src]Crate task_notify

A utility wrapper type for notifying async tasks about mutation of data they're interested in.

Structs

Notify

A wrapper which wakes tasks on mutable accesses to the wrapped value.