package ambient-context

  1. Overview
  2. Docs
Abstraction over thread-local / continuation-local storage mechanisms for communication with transitive dependencies

Install

Dune Dependency

Authors

Maintainers

Sources

v0.1.0.tar.gz
md5=0171c39c3b15aa567df33792d177314a
sha512=0ef177d42e120fb174350ebc9db7d87106d9509d0c9f7f49dfce3bbf424259a1ec8f9bbf1b6a8faecff10544a7530a5d1d4d2fffdfc3f4a39c34c119540a28b2

doc/ambient-context.tls/Ambient_context_tls/M/index.html

Module Ambient_context_tls.MSource

Sourceval name : string
Sourceval get_map : unit -> Hmap.t option
Sourceval with_map : Hmap.t -> (unit -> 'a) -> 'a
Sourceval create_key : unit -> 'a Hmap.key
Sourceval get : 'a Hmap.key -> 'a option
Sourceval with_binding : 'a Hmap.key -> 'a -> (unit -> 'b) -> 'b
Sourceval without_binding : 'a Hmap.key -> (unit -> 'b) -> 'b
OCaml

Innovation. Community. Security.