package opentelemetry
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Instrumentation for https://opentelemetry.io
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.2.tar.gz
md5=1b086b20ba4dfb2a2371ecdb6661e136
sha512=7a4e3a8c2f33a65faf472e9ba058e4925e019e7c9f5ae694902e525f762fa5ca98f02149e294a381c303e2f5213d79159d0bd9bd524684d460624b257dd90f4e
doc/opentelemetry.atomic/Opentelemetry_atomic/Atomic/index.html
Module Opentelemetry_atomic.AtomicSource
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)"
>