package lwt_runtime_events

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

lwt_runtime_events

API

Library lwt_runtime_events

  • Lwt_runtime_events This is the runtime-events library for lwt. It contains lwt-specific definition of events (so that programs can be written to consume the events lwt produces) and the function to emit them (so that lwt can emit them). This library is not intended for emitting events by hand.