20 #import "OFKernelEventObserver.h"
22 #import <CoreFoundation/CFRunLoop.h>
23 #import <CoreFoundation/CFSocket.h>
25 OF_ASSUME_NONNULL_BEGIN
31 CFRunLoopRef _runLoop;
32 CFStringRef _runLoopMode;
34 CFSocketRef _cancelSocket;
35 CFRunLoopSourceRef _cancelSource;
A class that can observe multiple kernel events (e.g. streams being ready to read) at once.
Definition: OFKernelEventObserver.h:116
A class similar to OFDictionary, but providing more options how keys and objects should be retained,...
Definition: OFMapTable.h:78