package octez-libs

  1. Overview
  2. Docs
On This Page
  1. Worker
Legend:
Library
Module
Module type
Parameter
Class
Class type

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.

Worker

OCaml

Innovation. Community. Security.