package lwt-canceler

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

lwt-canceler 0.1

Libraries

This package provides the following libraries (via ocamlobjinfo):

lwt-canceler

Documentation:

  • Lwt_canceler A Canceler.t is a three-states synchronization object with transitions "waiting -> canceling -> canceled", starting in waiting state. A chain of 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.
OCaml

Innovation. Community. Security.