Backend.WatchWatch provides helpers to register event notifications on read-write stores.
module type S = sig ... endThe signature for watch helpers.
workers () is the number of background worker threads managing event notification currently active.
The type for watch hooks.
val none : hooknone is the hooks which asserts false.