package uring

  1. Overview
  2. Docs

Module Uring.Open_flagsSource

Flags that can be passed to openat2.

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 empty : t
Sourceval append : t
Sourceval cloexec : t
Sourceval creat : t
Sourceval direct : t
Sourceval directory : t
Sourceval dsync : t
Sourceval excl : t
Sourceval largefile : t
Sourceval noatime : t
Sourceval noctty : t
Sourceval nofollow : t
Sourceval nonblock : t
Sourceval path : t
Sourceval sync : t
Sourceval tmpfile : t
Sourceval trunc : t
OCaml

Innovation. Community. Security.