package opentelemetry-client

  1. Overview
  2. Docs

Module Notifier_sync.IOSource

Sourcetype 'a t = 'a
Sourceval return : 'a -> 'a t
Sourceval (let*) : 'a t -> ('a -> 'b t) -> 'b t
Sourceval protect : finally:(unit -> unit t) -> (unit -> 'a t) -> 'a t