Re: coroutines bug?
On 2009-04-21, at 2:54 AM, Hans Schippers wrote:
> I have the following small program using coroutines:
Hi Hans,
Thanks for the bug report. I can repeat the bug. It looks like an
issue with Futures (not coroutines in general). I'm guessing a Future
resumes the wrong coro. The web of futures dependencies is somewhat
complex - I'll try to make a simpler test when time permits.
- Steve