asr

Module watcher

Source
Expand description

Support for watching values and tracking changes between them.

Structsยง

Pair
A pair consisting of an old and a current value that can be used for tracking changes between them.
Watcher
A watcher keeps a pair of values and allows you to track changes between them.