package uring

  1. Overview
  2. Docs

uring 0.8

Libraries

This package provides the following libraries (via ocamlobjinfo):

uring

Documentation:

  • 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.