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.11.0.tar.gz
sha256=73d7fb5621e91e41a6384cd22e13bbfcdb7d8799d1e4385fc1c4ffcb2c08eb4b
md5=6fca8dd259b7975cc855baafde2fdce3

Description

A single-module library for a data structure.

Published: 22 Mar 2018

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 (5)

  1. ocaml-migrate-parsetree >= "1.0" & < "2.0.0"
  2. jbuilder >= "1.0+beta18.1"
  3. ppx_jane >= "v0.11" & < "v0.12"
  4. async >= "v0.11" & < "v0.12"
  5. ocaml >= "4.04.1"

Dev Dependencies

None

Used by (1)

  1. async_extended >= "v0.11.0"

Conflicts

None

OCaml

Innovation. Community. Security.