package uring

  1. Overview
  2. Docs
OCaml bindings for Linux io_uring

Install

dune-project
 Dependency

Authors

Maintainers

Sources

uring-2.14.0.tbz
sha256=53a077fc4c6bc82ed62d88f5888507a1765096e144e7a45fdddc0ea6ec7fa881
sha512=980b199a77bdcb6b7fda3a81e6269aec29b0d197a229220b612e07e52760f1e77f103a3aefbae75363f43c2d88b08b2d48a560792920cc48864887c74b836ddc

doc/index.html

uring

API

Library uring

  • Uring Io_uring is an asynchronous I/O API for Linux that uses ring buffers shared between the Linux kernel and userspace to provide an efficient mechanism to batch requests that can be handled asynchronously and in parallel. This module provides an OCaml interface to io_uring that aims to provide a thin type-safe layer for use in higher-level interfaces.