package devkit
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
package devkit
-
devkit
-
devkit_core
-
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Forked workers
Parameters
Signature
type task = T.task
type result = T.result
perform workers tasks f
distributes tasks
to all workers
in parallel, collecting results with f
and returns when all tasks
are finished
val stop : ?wait:int -> t -> unit
stop ?wait workers
kills worker processes with SIGTERM is wait
is specified it will wait for at most wait
seconds before killing with SIGKILL, otherwise it will wait indefinitely
- parameter autoexit
determines whether workers will exit once there are no more tasks, it means
perform
shouldn't be called again for this instance
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page