https://gitlab.com/tezos/tezos
Raw File
Tip revision: 16c857c54465e8745a795238c6bf4f2f13f7d713 authored by Marina Polubelova on 31 July 2023, 16:01:52 UTC
lib_plompiler: use 8-bit lookup for SHA-512
Tip revision: 16c857c
tezos_workers.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