Re: Need a MessageQueue, is there one in Cocoa (or CF) already?
Re: Need a MessageQueue, is there one in Cocoa (or CF) already?
- Subject: Re: Need a MessageQueue, is there one in Cocoa (or CF) already?
- From: Nathan Day <email@hidden>
- Date: Tue, 14 May 2002 14:44:55 +0930
I've got something like that, that I've made public on my iTools web
site, there is nothing to ensure any order, it simply uses the buffering
of a port and so can only buffer a few (about 5) messages until attempts
to send a message block.
http://homepage.mac.com/nathan_day/
On Tuesday, May 14, 2002, at 03:30 AM, Alexandre Aybes wrote:
Hi everyone,
I need to implement a thread safe message queue, and I don't really
feel like actually doing it, is there one in Cocoa/CF or even the Omni
Frameworks, that I could reuse?
_______________________________________________
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.