Open
Description
openedon Apr 21, 2017
Currently is:
/**
@Status Interoperable
@Notes CFRunLoop and NSRunLoop are the same object. Returns self.
*/
- (CFRunLoopRef)getCFRunLoop {
return static_cast<CFRunLoopRef>(self);
}
But NSRunLoop is not built on CFRunLoop so the returned value is not a valid CFRunLoop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment