module Lwt_glib: sig
.. end
Glib integration
This modules is intended to allow the use of Lwt in GTK
applications. It integrates the Lwt scheduler into the glib main
loop so light-weight threadscan run while GTK is running.
val init : ?setlocale:bool -> unit -> unit
Initialises glib and integrates the Lwt scheduler into the glib
main loop.
val quit : unit -> unit
Calls GMain.quit
and remove the Lwt scheduler from the glib
main loop