package lwt

  1. Overview
  2. Docs

Engine based on libev. If not compiled with libev support, the creation of the class will raise Lwt_sys.Not_available.

  • deprecated This class will soon have parameters for selecting a libev backend. This will be a breaking change in Lwt 3.0.0. See https://github.com/ocsigen/lwt/pull/269 To preserve the current signature, use Lwt_engine.Versioned.libev_1 To use the replacement immediately, use Lwt_engine.Versioned.libev_2 () Both alternatives require Lwt >= 2.7.0.
inherit t
val loop : ev_loop

The libev loop used for this engine.

method loop : ev_loop

Returns loop.