Re: ucontext
Re: ucontext
- Subject: Re: ucontext
- From: Steve Dekorte <email@hidden>
- Date: Thu, 16 Feb 2006 04:21:04 -0800
On 16-Feb-06, at AM 03:37, Markus Hitter wrote:
Am 16.02.2006 um 11:50 schrieb Steve Dekorte:
Are there any plans to support ucontext on OSX?
This is a obsolete question for two reasons:
1) Apple never talks about future plans.
2) If the sole purpose of your programming task is making use of
"ucontext" (whatever this is), then you better choose a platform which
supports it.
Probably you have some higher goal in mind, so asking how to solve
this might get you there more quickly.
The purpose is coroutines. I'm currently use setjmp for this, but it's
an ugly solution. It looks like all other major platforms provide
ucontext/fiber APIs for this except osx and openbsd.
-- Steve
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-kernel mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >ucontext (From: Steve Dekorte <email@hidden>) |
| >Re: ucontext (From: Markus Hitter <email@hidden>) |