f35b6742c2
This module offers a simple API for io, timer and completion callbacks, independent of the event loop in use. This allows module authors to use those events internally without forcing users of the module on a specific event loop. Currently supported are Event, Coro::Event, Glib and Tk.
4 lines
287 B
Text
4 lines
287 B
Text
This module offers a simple API for io, timer and completion callbacks,
|
|
independent of the event loop in use. This allows module authors to use
|
|
those events internally without forcing users of the module on a specific
|
|
event loop. Currently supported are Event, Coro::Event, Glib and Tk.
|