Index of classes


C
const_engine [Uq_engines]
This engine transitions from its initial state `Working 0 in one step to the passed constant state.
copier [Uq_engines]
This engine copies data between file descriptors as specified by the copy_task argument.

G
gtk_event_system [Uq_gtk]
This class is an alternate implementation of the Unixqueue event systems for the Glib event loop.

M
map_engine [Uq_engines]
The map_engine observes the argument engine, and when the state changes to `Done, `Error, or `Aborted, the corresponding mapping function is called, and the resulting state becomes the state of the mapped engine.

O
output_async_descr [Uq_engines]
This engine implements an async_out_channel for the output descriptor dst.

P
poll_engine [Uq_engines]
This engine waits until one of the passed operations can be carried out, or until one of the operations times out.
poll_process_engine [Uq_engines]
This engine waits until the process with the ID pid terminates.
proxy_client [Uq_socks5]
The object created by new proxy_client addr can be passed as proxy to the Uq_engines.connector, Uq_engines.listener, and Uq_engines.datagram_provider functions to use the SOCKS proxy for connections, servers, and datagram socket, respectively.

R
receiver [Uq_engines]
This engine copies all data from the src file descriptor to the dst output channel.

S
sender [Uq_engines]
This engine copies all data from the src input channel to the dst file descriptor.
seq_engine [Uq_engines]
This engine runs two engines in sequential order.
sync_engine [Uq_engines]
This engine runs two engines in parallel, and waits until both are `Done (synchronization).

T
tcl_event_system [Uq_tcl]
This class is an alternate implementation of the Unixqueue event systems for the TCL event loop.

U
unix_event_system [Unixqueue]
The standalone implementation of an event system

W
watchdog [Uq_engines]
A watchdog engine checks whether the argument engine makes progress, and if there is no progress for the passed number of seconds, the engine is aborted, and the watchdog state changes to `Error Watchdog_timeout.