Index of values


A
add_abort_action [Unixqueue]
An abort action is added to the group.
add_close_action [Unixqueue]
A close action is added for the file descriptor.
add_event [Unixqueue]
Add an additional event.
add_event [Equeue]
Puts an event into the event queue of the system.
add_handler [Unixqueue]
Add an event handler that is associated to the given group.
add_handler [Equeue]
Adds a handler to the list of handlers of the system.
add_resource [Unixqueue]
Add a resource such that it is watched for conditions described by the operation for the period given by the float number.

C
clear [Unixqueue]
Terminate the whole group.
client_socket [Uq_engines]
Returns the client socket contained in the connect_status
connector [Uq_engines]
This engine connects to a socket as specified by the connect_address, optionally using the proxy, and changes to the state `Done(status) when the connection is established.
create [Equeue]
Creates a new event system that has an event source, but is otherwise empty.
create_unix_event_system [Unixqueue]
Create a new, empty event system

D
datagram_provider [Uq_engines]
This engine creates a datagram socket as demanded by the datagram_type, optionally using proxy for sending and receiving datagrams.
debug_log [Unixqueue]
Outputs a message in the debug log (when enabled).
default_connect_options [Uq_engines]
Returns the default options
default_listen_options [Uq_engines]
Returns the default options

E
exists_resource [Unixqueue]
Find out if a specific resource already exists (or better: is already watched by an operation).
exn_log [Unixqueue]
Exceptions log: In event-based programming, it is sometimes not possible to handle exceptions appropriately.

L
listener [Uq_engines]
This engine creates a server socket listening on the listen_address.

N
new_group [Unixqueue]
Create a new, empty group for the event system
new_wait_id [Unixqueue]
Create a new unique wait identifier

O
once [Unixqueue]
Arranges that the callback function is called once after the passed period of time (the float argument) has elapsed.

R
remove_resource [Unixqueue]
Removes the operation from the watch list of the group.
run [Unixqueue]
Starts the event loop.
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 [Unixqueue]
Whether to output debug messages.
set_debug_mode [Equeue]
Enables or disables debug mode.

W
when_state [Uq_engines]
Watches the state of the argument engine, and arranges that one of the functions is called when a final state is reached.