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.15.0.tar.gz
sha256=aa2987e597227d0f5d719f0b99ed1013426e9b52c0eddc543d4bc632ebcf0662

Description

A single-module library for a data structure.

Published: 21 Mar 2022

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 >= "2.0.0"
  2. ppx_jane >= "v0.15" & < "v0.16"
  3. async >= "v0.15" & < "v0.16"
  4. ocaml >= "4.08.0"

Dev Dependencies

None

Used by

None

Conflicts

None