package trax

  1. Overview
  2. No Docs
Stack-independent exception tracing

Install

Authors

Maintainers

Sources

v0.4.0.tar.gz
md5=7e056778b183bce0924def2d7722c313

Description

Trax defines a special exception, which is used to store a trace of where the exception was raised and re-raised. This is done independently from the state of the call stack. It can be used with Lwt or other asynchronous computations in which exceptions no longer propagate simply to the calling function but may be caught, stored, and re-raised after a while and after other exceptions have occurred in unrelated computations.

Published: 21 Sep 2021

Dependencies (2)

  1. dune >= "2.8"
  2. ocaml >= "4.12.0"

Dev Dependencies

None

Used by

None

Conflicts

None