package affect
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Streamlined and natural concurrency model for OCaml
Install
dune-project
Dependency
Authors
Maintainers
Sources
affect-0.0.0.tbz
sha512=b328f6696e60c489da8cc2e8fad0537ca6634a39fc0c5de5840d4f98561f110617ef79ba8285ee8427dd99908c6b3d39114973598cddc5ded91abcce3b91b9a6
doc/affect/Affect/Fun/Async/Schedule/index.html
Module Async.ScheduleSource
Scheduling parameters.
Priorities
Note. Priorities are currently ignored by Fun.Async.main.
The type for scheduling priority hints.
pp_priority formats priorities for inspection.
Scheduling parameters
The type for function scheduling parameters.
make () are scheduling parameters with:
only_mainiftruethe function is always only scheduled the main domain of the scheduler, i.e. the one which executesAffect.Fun.Async.main. Defaults tofalse.priorityis a scheduling priority hint. Defaults to the caller's priority.
See make. None means that the priority is inherited from the caller.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page