sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
The Workers library provides helpers for a component akin to agents or actors. More concretely, you can use this library to instantiate a worker group, from which you can spawn one or more workers, to which you can send tasks. Each worker maintains a queue of tasks (called requests) and schedules them according to its internal event-loop.
Worker
Tezos_workers.Worker
Workers, their types and signatures, and a functor to make them.