package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t
val stream : ('a, 'b) t -> 'b Lwt_stream.t
val original_stream : ('a, 'b) t -> 'b Lwt_stream.t
val write : ('a, 'b) t -> 'a -> unit Lwt.t
val close : ('a, 'b) t -> unit
val set_queue_size : ('a, 'b) t -> int -> unit
val set_time_before_flush : ('a, 'b) t -> float -> unit
val section : Lwt_log_core.section