package opentelemetry

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

Module Opentelemetry_util.Cb_setSource

A collection of callbacks. thread-safe.

Sourcetype t

Thread safe set of callbacks

Sourceval create : unit -> t
Sourceval register : t -> (unit -> unit) -> unit
Sourceval trigger : t -> unit
Sourceval clear : t -> unit

Remove all callbacks.