package gluon

  1. Overview
  2. Docs
module type Intf = sig ... end
type t =
  1. | S : ((module Intf with type t = 'state) * 'state) -> t
val deregister : t -> Sys.Selector.t -> (unit, [> `Noop ]) Rio.io_result
val make : (module Intf with type t = 'a) -> 'a -> t
val register : t -> Sys.Selector.t -> Token.t -> Interest.t -> (unit, [> `Noop ]) Rio.io_result
val reregister : t -> Sys.Selector.t -> Token.t -> Interest.t -> (unit, [> `Noop ]) Rio.io_result
OCaml

Innovation. Community. Security.