tango.io.selector.PollSelector

Public Imports

tango.io.model.IConduit
public import tango.io.model.IConduit;
Undocumented in source.
tango.io.selector.model.ISelector
public import tango.io.selector.model.ISelector;
Undocumented in source.

Members

Classes

PollSelector
class PollSelector

Selector that uses the poll() system call to receive I/O events for the registered conduits. To use this class you would normally do something like this:

Meta

License

BSD style: $(LICENSE)

Authors

Juan Jose Comellas $(EMAIL juanjo@comellas.com.ar)