package lwt_domain
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
lwt_domain 0.3.0
Libraries
This package provides the following libraries (via ocamlobjinfo):
lwt_domain
Documentation:
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