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