Class Lwt_engine.selectSource
Engine based on Unix.select.
inherit abstractmethod private register_readable : Unix.file_descr ->
(unit -> unit) ->
unit Stdlib.Lazy.tmethod private register_writable : Unix.file_descr ->
(unit -> unit) ->
unit Stdlib.Lazy.tmethod private register_timer : float ->
bool ->
(unit -> unit) ->
unit Stdlib.Lazy.t