package async_unix

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Io_uring_raw.Open_flagsSource

Flags that can be passed to openat2.

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.