Module type Conduit.IO

Module type for cooperative threading that can be satisfied by Lwt or Async

type +'a t
val (>>=) : 'a t -> ('a -> 'b t) -> 'b t
val return : 'a -> 'a t