Posix process with epoll integration of output streams (stdout & stderr).
Custom event for use with fibers and epoll, allowing a process to be suspended until the event is triggered.
Fiber-suspending timer event. Allows a fiber to be suspended for a fixed time period.
File system event which can be registered with the EpollSelectDispatcher. The implementation uses inotify internally, see ocean.sys.Inotify and http://man7.org/linux/man-pages/man7/inotify.7.html
Custom event which can be registered with the EpollSelectDispatcher.
Linux signal file descriptor event for use with epoll.
Timer event which can be registered with the EpollSelectDispatcher.
Epoll-based event scheduler.