Re: Self-scheduling threading
Re: Self-scheduling threading
- Subject: Re: Self-scheduling threading
- From: Bob Ippolito <email@hidden>
- Date: Thu, 17 Mar 2005 18:54:50 -0500
On Mar 17, 2005, at 6:47 PM, PA wrote:
On Mar 17, 2005, at 11:06, Michael Koehmstedt wrote:
I just want a solution that's efficient and features an extremely
simple
explicitly-scheduled threading model.
Hmmm... coroutine have been mentioned... is it what you are after?
"Coroutines"
http://www.lua.org/pil/9.html
"Non-Preemptive Multithreading"
http://www.lua.org/pil/9.4.html
Coroutines are great and all, but you can't really use them in normally
written Objective-C or C code because they can't use the stack in the
expected manner.
-bob
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden