package lwt_domain
Helpers for using Domainslib with Lwt
Install
Dune Dependency
Authors
Maintainers
Sources
5.6.0.tar.gz
md5=e63979ee40a80d5b9e9e5545f33323b4
sha512=d616389bc9e0da11f25843ab7541ac2d40c9543700a89455f14115b339bbe58cef2b8acf0ae97fd54e15a4cb93149cfe1ebfda301aa93933045f76b7d9344160
doc/index.html
lwt_domain
API
Library lwt_domain
Lwt_domain
This module provides the necessary function (detach
) to schedule some computations to be ran in parallel in a separate domain. The result of such a computation is exposed to the caller ofdetach
as a promise. Thus, this module allows to mix multicore parallelism with the concurrent-only scheduling of the rest of Lwt.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page