Re: NSApplication, AppleEvent and CFRunLoop source strange interaction

2009-04-22 Thread Ken Thomases
On Apr 21, 2009, at 9:10 PM, Brian Tietz wrote: I'm working on a cross-platform framework, and am trying to finish up a parallel but portable message dispatch mechanism in the framework when its main thread is running in NSApplication. To this end, I'm using CFRunLoopSourceCreate/CFRunLoop

NSApplication, AppleEvent and CFRunLoop source strange interaction

2009-04-22 Thread Brian Tietz
I'm working on a cross-platform framework, and am trying to finish up a parallel but portable message dispatch mechanism in the framework when its main thread is running in NSApplication. To this end, I'm using CFRunLoopSourceCreate/CFRunLoopAddSource as the framework message trigger because