package opentelemetry

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

Module Opentelemetry.AListSource

Atomic list, for internal usage

  • since 0.7

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