package caqti

  1. Overview
  2. Docs
type 'a t
val create : unit -> 'a t
val store : 'a -> 'a t -> unit
val fetch : 'a t -> 'a future