Re: Async output ready notification for file descriptors
Re: Async output ready notification for file descriptors
- Subject: Re: Async output ready notification for file descriptors
- From: Cameron Hayne <email@hidden>
- Date: Wed, 10 Sep 2003 11:38:31 -0400
On 10/9/03 10:16 AM, "Brian Adamson" <email@hidden> wrote:
>
I have a simple single-threaded, cross platform
>
class which provides asynchronous I/O notification and timers
>
(essentially acts as a custom main loop)
This is not an answer to your question about ready-for-write notifications,
but I thought you might find it useful to look at my attempt at reproducing
what is done in NSApplicationMain . My sample project "TestEvent" shows
this:
http://hayne.net/MacDev/TestEvent/
But note that my handling of NSAutoreleasePool is not correct - as noted on
that web page, I now realize that I should be releasing the pool each time
through my main loop.
--
Cameron Hayne (email@hidden)
Hayne of Tintagel
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.