package async_js
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
A small library that provide Async support for JavaScript platforms
Install
dune-project
Dependency
Authors
Maintainers
Sources
v0.17.0.tar.gz
sha256=6c8898b69bd5fc0c36d0bbcf5a1a5a2cb0b5deb88504cdaeb532c50b50ac1703
doc/async_js/Async_js/index.html
Module Async_jsSource
sleep d is a deferred which becomes determined in d seconds.
yield () returns a deferred that becomes determined after the current cycle completes.
Initialize the async scheduler
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>