Module Uq_tcl


module Uq_tcl: sig .. end
This module provides integration of Unixqueue event systems with the TCL event queue (and, as a consequence, with the labltk event queue).


This module provides integration of Unixqueue event systems with the TCL event queue (and, as a consequence, with the labltk event queue).
type runner = Unixqueue.event_system -> (unit -> unit) -> unit 
class tcl_event_system : ?run:runner -> unit -> Unixqueue.event_system
This class is an alternate implementation of the Unixqueue event systems for the TCL event loop.