package miou
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Composable concurrency primitives for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
miou-0.5.3.tbz
sha256=eb6eb7830711d9eb8da9bf19492a4f996ce9f047b316505a1f3675aef1e605f2
sha512=37b2bc9439363371bbc35ba625a0737024f8da4285467cb9bf6243bbe48b090606d1deba86231b7f43dbef6ccda3d728d592285710a2467e2a6429b38fecf2dc
doc/miou.backoff/Miou_backoff/index.html
Module Miou_backoffSource
Randomized exponential backoff mechanism.
Type of backoff values.
Logarithm of the maximum allowed value for wait.
create creates a backoff value. upper_wait_log, lower_wait_log override the logarithmic upper and lower bound on the number of spins executed by once.
once b executes one random wait and returns a new backoff with logarithm of the current maximum value incremented unless it is already at upper_wait_log of b.
Note that this uses the default Stdlib Random per-domain generator.
reset b returns a backoff equivalent to b except with current value set to the lower_wait_log of b.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>