package opentelemetry
Instrumentation for https://opentelemetry.io
Install
Dune Dependency
Authors
Maintainers
Sources
opentelemetry-0.9.tbz
sha256=400e6fcaff55b92e65d5c082d0262a7c2fc91b385dac0f18ed28405db2669978
sha512=9f4d2329dec682bb2a839d1c7065f35bc557fc8ef5996c5923cf05af716e6519b0ce66316687e74232cf93baa5c1df4899d1bdd4b4f4b44468bb8b3f57619913
doc/opentelemetry.atomic/Opentelemetry_atomic/Atomic/index.html
Module Opentelemetry_atomic.Atomic
Source
Atomic references.
Set a new value for the atomic reference, and return the current value.
compare_and_set r seen v
sets the new value of r
to v
only if its current value is physically equal to seen
-- the comparison and the set occur atomically. Returns true
if the comparison succeeded (so the set happened) and false
otherwise.
fetch_and_add r n
atomically increments the value of r
by n
, and returns the current value (before the increment).
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>