package sequencer_table

  1. Overview
  2. Docs
A table of [Async.Sequencer]'s, indexed by key

Install

Dune Dependency

Authors

Maintainers

Sources

sequencer_table-v0.13.0.tar.gz
sha256=7fe37b685e22d28c0ef6a0071ea9a214e96476668e20bd1c946984dcf2ed5f47
md5=13643e8caf081550058f1840597796c3

Description

A single-module library for a data structure.

Published: 20 Nov 2019

README

Sequencer_table

Sequencer_table is an Async data structure that combines a Hashtbl and a Sequencer. A sequencer table is a hash table with one sequencer for each key, used to process jobs in sequence for that key. Sequencers are automatically created and destroyed as needed.

Dependencies (4)

  1. dune >= "1.5.1"
  2. ppx_jane >= "v0.13" & < "v0.14"
  3. async >= "v0.13" & < "v0.14"
  4. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.