package opentelemetry

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

Module Opentelemetry_util.AlistSource

Atomic list

Sourcetype 'a t
Sourceval get : 'a t -> 'a list

Snapshot

Sourceval is_empty : _ t -> bool
Sourceval make : unit -> 'a t
Sourceval add : 'a t -> 'a -> unit
Sourceval pop_all : 'a t -> 'a list