package eliom

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type ('a, 'b) t
val create : ?scope:[< Eliom_comet.Channel.comet_scope ] -> ?name:string -> ?size:int -> 'a Deriving_Json.t -> ('a, 'a) t
val create_filtered : ?scope:[< Eliom_comet.Channel.comet_scope ] -> ?name:string -> ?size:int -> filter:('a -> 'b Lwt.t) -> 'a Deriving_Json.t -> ('a, 'b) t
val stream : ('a, 'b) t -> 'b Lwt_stream.t
val write : ('a, 'b) t -> 'a -> unit Lwt.t