gecko/ipc/unixfd
Thomas Zimmermann 51ec78121a Bug 974410: Added watcher classes for Unix file descriptors, r=kyle
These new classes encasulate file-descriptor watchers, basic file
descriptors, and socket connections. Each class contains callback
methods for it's implemented functionality. Users should inherit
from the classes and overload the callback with their own code.
2014-02-26 17:51:52 +01:00
..
moz.build
UnixFdWatcher.cpp
UnixFdWatcher.h
UnixFileWatcher.cpp
UnixFileWatcher.h
UnixSocketWatcher.cpp
UnixSocketWatcher.h