package uring

  1. Overview
  2. Docs
include FLAGS
type t = private int

A set of flags.

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

a + b is the union of the sets.

val mem : t -> t -> bool

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

val pollin : t
val pollout : t
val pollerr : t
val pollhup : t