package tezos-event-logging

  1. Overview
  2. Docs

Module Internal_event.Lwt_worker_loggerSource

The worker logger is meant for use with Lwt_utils.worker.

Sourceval on_event : string -> [ `Started | `Ended | `Failed of string ] -> unit Lwt.t

on_event status emits an event of type t and matches the signature required by Lwt_utils.worker.

OCaml

Innovation. Community. Security.