package caqti

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

A stream with monadic concurrency and error handling.

module type FIBER = sig ... end
module Make (Fiber : FIBER) : Caqti_stream_sig.S with type 'a fiber := 'a Fiber.t

Constructs a stream for the provided concurrency monad.