package irmin
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
package irmin
-
irmin
-
-
irmin_mem
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
The signature for watch helpers.
Watch Helpers
val stats : t -> int * int
stats t
is a tuple (k,a)
represeting watch stats. k
is the number of single key watchers for the store t
and a
the number of global watchers for t
.
Notify all listeners in the given watch state that a key has changed, with the new value associated to this key. None
means the key has been removed.
val v : unit -> t
Create a watch state.
Watch a given key for changes. More efficient than watch
.
Add a watch handler. To watch a specific key, use watch_key
which is more efficient.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page