containers.thread
CCPool
containers
containers.data
containers.iter
containers.monomorphic
containers.sexp
containers.top
containers.unix
Renamed and heavily updated from CCFuture.
CCFuture
type +'a state =
| Done of 'a
| Waiting
| Failed of exn
module type PARAM = sig ... end
exception Stopped
module Make (P : PARAM) : sig ... end