package conduit

  1. Overview
  2. Docs

Module type Conduit.IOSource

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

Sourcetype +'a t
Sourceval (>>=) : 'a t -> ('a -> 'b t) -> 'b t
Sourceval return : 'a -> 'a t
OCaml

Innovation. Community. Security.