package caqti

  1. Overview
  2. Docs
type +'a future
val (>>=) : 'a future -> ('a -> 'b future) -> 'b future
val (>|=) : 'a future -> ('a -> 'b) -> 'b future
val return : 'a -> 'a future
val join : unit future list -> unit future
module Mvar : sig ... end
module Log : sig ... end
module Stream : Caqti_stream.S with type 'a future := 'a future