Crate task_notify

Source
Expand description

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

Structsยง

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