package archi-async

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
include COMPONENT with type t := t and type args := (t, [ `Msg of string ]) Stdlib.result Io.t
type ctx
val start : ctx -> (t, [ `Msg of string ]) Stdlib.result Io.t
val stop : t -> unit Io.t