package ocamlnet

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a t
exception Reject
exception Terminate
exception Out_of_handlers
val create : ?string_of_event:('a -> string) -> ('a t -> unit) -> 'a t
val add_event : 'a t -> 'a -> unit
val add_handler : 'a t -> ('a t -> 'a -> unit) -> unit
val run : 'a t -> unit
val is_running : 'a t -> bool
module Debug : sig ... end
OCaml

Innovation. Community. Security.