package caqti

  1. Overview
  2. Docs

Module type Caqti_stream.FUTURESource

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

Innovation. Community. Security.