package shuttle

  1. Overview
  2. Docs
Reasonably performant non-blocking channels for async

Install

Dune Dependency

Authors

Maintainers

Sources

shuttle-0.1.0.tbz
sha256=daf6cb4f3e9f4b84bf7a35a1781126f562bf606e242e9a91a0cb1e55d07c3d14
sha512=4609a254587b9fb6eb2541bc8e76e830e0acc6d25c71ace7386cbe06ca2f3280171fb32839c064a1a74cbb0e96452010e41c617892934217fc1f2d44d9f25c78

Description

Tags

async reader writer

Published: 04 Sep 2021

README

Shuttle

Reasonably performant buffered channels for async.

The implementation is adapted from the low latency transport in the async_rpc library

Dependencies (6)

  1. ppx_jane >= "v0.14" & < "v0.15"
  2. core >= "v0.14" & < "v0.15"
  3. async_unix >= "v0.14" & < "v0.15"
  4. async_kernel >= "v0.14" & < "v0.15"
  5. ocaml >= "4.11.0"
  6. dune >= "2.8"

Dev Dependencies (1)

  1. odoc with-doc

Used by

None

Conflicts

None