Revision 074a3202915a24ee458b65a5e1bbe49cb23363bc authored by Arvid Jakobsson on 26 August 2022, 16:06:16 UTC, committed by Marge Bot on 09 September 2022, 07:36:58 UTC
1 parent 46aa3cc
Raw File
index.mld
{0 Workers: Local, Lwt-based event-loops}

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.


{1 [Worker]}

{!modules:
Tezos_workers.Worker
}
back to top