package bancos

  1. Overview
  2. Docs
A simple read-optimistic write-exclusive KV-store

Install

dune-project
 Dependency

Authors

Maintainers

Sources

bancos-0.0.1.tbz
sha256=f9603b60308f70937f49cc2a32657549bdcb2db197ed5409ce9bd688187d994c
sha512=6cbfffa0c08b9bee5d8729656fb9ad6ea70eaf056ec01923b99eb47e113ddb7b51fa5c2b66b149116fb511f2506cb369ee73c3ca52cec2c372b8f0a7158c894f

doc/bancos.gc/Gc/index.html

Module GcSource

Sourcetype 'mem t
Sourcetype uid = private int
Sourceval make : extend_and_copy:(uid -> 'mem -> 'mem * int) -> 'mem Atomic.t -> 'mem t
Sourceval memory : 'mem t -> 'mem
Sourceval atomic_memory : 'mem t -> 'mem
Sourceval with_memory : 'mem t -> 'mem -> 'mem t
Sourceval null : uid
Sourcemodule type S = sig ... end
Sourcemodule Make (C : S) : sig ... end