Skip to main content

Watchers

Type Alias Watchers 

Source
type Watchers = Mutex<BTreeMap<KeyBuf, Sender<()>>>;
Expand description

Stores prefix subscriptions in raw-key order.

Ordered storage lets notification walk reverse prefix candidates for a changed key. The first nonmatching candidate terminates that walk.

Aliased Typeยง

struct Watchers { /* private fields */ }