Index of values


A
add_event [Equeue]
Puts an event into the event queue of the system.
add_handler [Equeue]
Adds a handler to the list of handlers of the system.

C
create [Equeue]
Creates a new event system that has an event source, but is otherwise empty.

R
run [Equeue]
Running a system means that, unless the queue is empty, the events at the time of the run invocation and all later added events are gone through.

S
set_debug_mode [Equeue]
Enables or disables debug mode.