Re: Coroutines are bastards....
Steve Dekorte <[email protected]>
| Newsgroups | gmane.comp.lang.io |
|---|---|
| Message-ID | <[email protected]> |
On 2011-06-07 Tue, at 04:36 AM, Jan-Paul Bultmann wrote: > I mean I love the concept, but it is full of quirks and hiccups and could really need a ton of polish.^^ > Resuming the right one is difficult, they are hard to handle, and should not be referenced, because at any moment a coroutine could pop of a child and say goodbye without you noticing. Aaaand when debugging is activated on a Coroutine, it doesn't propagate. :/ Yes, this is easy to fix. I haven't felt up to working on it but will get to it. Btw, if you think cooperative threads are difficult, you'll find un cooperative threads absolutely unfathomable. :) Thanks for your patience, Steve