package miou

  1. Overview
  2. Docs
Composable concurrency primitives for OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

miou-0.6.0.tbz
sha256=10a25801d46f83664095333394e7aec3745e494f0d634ef802c9fcf826ca7e9c
sha512=ce58e8926e7990f61f778841e1d1379a3d31bfe4534f044acb26182fb534480f63f585f39532a0e38af8af809489bcee7810694bdc57242f6d448fa4c454e97c

doc/index.html

miou

sleepers

scheduler

echo

API

Library miou

Library miou.backoff

Library miou.bitv

  • Miou_bitv This module implements bit vectors, as an abstract datatype t. Since bit vectors are particular cases of arrays, this module provides the same operations as module Array. It also provides bitwise operations and conversions to/from integer types.

Library miou.runtime_events

Library miou.sync

Library miou.unix