package lwt-canceler

  1. Overview
  2. Docs
Cancellation synchronization object

Install

Dune Dependency

Authors

Maintainers

Sources

lwt-canceler-v0.1.tar.gz
md5=eeaed28564b7dcca0c20bb972f82cce0
sha512=0a62da8adef99016b3ddddde0d4ee9075753c909c46c7540d981cc170f929c8088bfb87d8ecbd8c297bf848d0fe3f635a6f79767deacfee1eef71f74da045b55

Description

Published: 18 Oct 2019

README

Lwt-canceler

Primitives for synchronization of cancellations.

A Canceler.t is a three-states synchronization object with transitions waitingcancelingcanceled, starting in waiting state. Hooks can be attached to the canceler. Hooks are triggered when switching to the canceling state. The canceler switches to canceled state when the hooks have completed.

Dependencies (3)

  1. lwt >= "3.0.0"
  2. dune >= "1.7" & < "3.0"
  3. ocaml

Dev Dependencies

None

Used by

None

Conflicts

None

OCaml

Innovation. Community. Security.