package oxbow

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

Module Oxbow_runtime.ExceptionsSource

Sourceexception Unavailable
Sourceval unavailable : unit -> 'a

unavailable () is used to signal River is unavailable, i.e., another wm is already attached.

  • raises [Unavailable]
Sourceval guard : string -> (unit -> unit) -> unit

guard name f runs f. If f raises, guard logs the exception with a backtrace under name, then returns. It re-raises Unavailable and Eio.Cancel.Cancelled.