Module Sqlexpr_concurrency


module Sqlexpr_concurrency: sig .. end
Concurrency monad.

module type THREAD = sig .. end
The THREAD monad.
module Id: THREAD  with type 'a t = 'a
Identity concurrency monad.
module Lwt: THREAD  with type 'a t = 'a Lwt.t
Lwt concurrency monad.