package kqueue

  1. Overview
  2. Docs

Module Kqueue.FlagSource

Sourcetype t

Kqueue.Flag.t is a set of flags that are used to indicate which actions should be performed for an event.

Sourceval equal : t -> t -> bool
Sourceval (=) : t -> t -> bool
Sourceval pp : Format.formatter -> t -> unit
Sourceval (+) : t -> t -> t
Sourceval intersect : t -> t -> bool
Sourceval receipt : t
Sourceval add : t
Sourceval enable : t
Sourceval disable : t
Sourceval delete : t
Sourceval oneshot : t
Sourceval clear : t
Sourceval eof : t
Sourceval error : t
OCaml

Innovation. Community. Security.