https://gitlab.com/tezos/tezos
Raw File
Tip revision: 5e6350272bda27e9d9fa32b88a2812dccda8b1b2 authored by Thomas Letan on 13 March 2023, 16:27:29 UTC
Scenario: Inject [Smart_rollup_recover_bond]
Tip revision: 5e63502
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