package uring

  1. Overview
  2. Docs

Module Uring.Poll_maskSource

include FLAGS
Sourcetype t = private int

A set of flags.

Sourceval of_int : int -> t
Sourceval (+) : t -> t -> t

a + b is the union of the sets.

Sourceval mem : t -> t -> bool

mem x flags is true iff x is a subset of flags.

Sourceval pollin : t
Sourceval pollout : t
Sourceval pollerr : t
Sourceval pollhup : t
OCaml

Innovation. Community. Security.