Carbon event loop porting question
Shawn Erickson
shawnce at gmail.com
Wed Apr 18 13:17:15 PDT 2007
On 4/19/07, Lothar Scholz <llothar at web.de> wrote:
> Hello macosx-dev,
>
> I don't want details, i just ask to see what overall design changes
> are required. On X11-Unix all toolkits have the feature that i can add a
> file descriptor (in my case a pipe that signals data is available
> from background worker threads) to the event loop.
>
> Is the same true for Carbon or do i have to rewrite this with special
> posted user event?
Since you don't want details... yes and no... maybe. ;)
For the details...
<http://developer.apple.com/documentation/CoreFoundation/Reference/CFReadStreamRef/index.html#//apple_ref/doc/uid/20001440>
-Shawn
More information about the MacOSX-dev
mailing list