mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-01 22:55:23 +00:00
3d2258b3e6
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. |
||
---|---|---|
.. | ||
moz.build | ||
UnixFdWatcher.cpp | ||
UnixFdWatcher.h | ||
UnixFileWatcher.cpp | ||
UnixFileWatcher.h | ||
UnixSocketWatcher.cpp | ||
UnixSocketWatcher.h |