package sqlexpr

  1. Overview
  2. Docs

Thread local state.

type 'a t
type 'a key
val new_key : unit -> 'a key
val get : 'a key -> 'a option
val with_value : 'a key -> 'a option -> (unit -> 'b t) -> 'b t