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.7.0.tbz
sha256=649a6bac40ae3bef0b1df90547cdfbeca28ba62542b5a5a7a379f32ea2ee8041
sha512=15fffee373fc0646afac3b471e1bbf1183f7f1c2f21a0ca37fb27d9dd371742a91cc8aa1c9fc34856e7d3de3e3762e9529757b22dd3efb2d65279b7865915379
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)"
>