https://gitlab.com/tezos/tezos
Raw File
Tip revision: 6d341f5f636794b4dae58cd4d15daebb96aa17a3 authored by Emma Turner on 27 October 2022, 13:38:15 UTC
TX Kernel runs again
Tip revision: 6d341f5
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