Module Sqlexpr_concurrency

module Sqlexpr_concurrency: sig .. end
Concurrency monad.

module type THREAD_LOCAL_STATE = sig .. end
Thread local state.
module type THREAD = sig .. end
The THREAD monad.
module Id: THREAD  with type 'a t = 'a and type 'a key = 'a Lwt.key
Identity concurrency monad.
module Lwt: THREAD  with type 'a t = 'a Lwt.t and type 'a key = 'a Lwt.key
Lwt concurrency monad.