package async_kernel
- Overview
- No Docs
You can search for identifiers within the package.
in-package search v0.2.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Monadic concurrency library
Install
dune-project
Dependency
Authors
Maintainers
Sources
async_kernel-v0.14.0.tar.gz
sha256=3511066e9d34d109ce1850478bcef1983927777b71673c99a13219be976e608e
md5=685575f6b6152e10a6d43859735c00cf
doc/async_kernel.limiter_async/Limiter_async/Expert/index.html
Module Limiter_async.Expert
val kill : t -> unitkills t, which aborts all enqueued jobs that haven't started and all jobs enqueued in the future. If t has already been killed, then calling kill t has no effect. Note that kill does not affect currently running jobs in any way.
val is_dead : t -> boolis_dead t returns true if t was killed, either by kill or by an unhandled exception in a job.
val cost_of_jobs_waiting_to_start : t -> intreturns the total cost of all jobs that have been enqueued but have not yet started.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>