Crate task_notify

source ·
Expand description

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

Structs

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