package uring

  1. Overview
  2. Docs
OCaml bindings for Linux io_uring

Install

Dune Dependency

Authors

Maintainers

Sources

uring-0.5.tbz
sha256=73f7cd741940f0da81bd8a96db30e41908f11476324dcd88840d46bc543ddc80
sha512=3544c93f12117551a107501824829a1d1fb71340eba21beed34d7214f08718434b66be90de1a86a26ec0ad5ed1ac05cd5d7f8e86020e8e2795bf3524e0c02051

doc/uring/Uring/Resolve/index.html

Module Uring.ResolveSource

Flags that can be passed to openat2 to control path resolution.

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 beneath : t
Sourceval in_root : t
Sourceval no_xdev : t
Sourceval cached : t
OCaml

Innovation. Community. Security.