val mem : t -> key -> bool Lwt.tval test_and_set :
t ->
key ->
test:value option ->
set:value option ->
bool Lwt.tval remove : t -> key -> unit Lwt.tval list : t -> key list Lwt.tval watch :
t ->
?init:(key * value) list ->
(key -> value Irmin__Atomic_write_intf.diff -> unit Lwt.t) ->
watch Lwt.tval watch_key :
t ->
key ->
?init:value ->
(value Irmin__Atomic_write_intf.diff -> unit Lwt.t) ->
watch Lwt.tval unwatch : t -> watch -> unit Lwt.tval clear : t -> unit Lwt.tval close : t -> unit Lwt.t