[Stackless] Suspending and resuming tasklets

Fernando Miranda fcmiranda at gmail.com
Sun Nov 6 19:06:04 CET 2011


Thanks Richard!

On Sat, Nov 5, 2011 at 5:29 AM, Richard Tew <richard.m.tew at gmail.com> wrote:
> On Sat, Nov 5, 2011 at 5:10 AM, Fernando Miranda <fcmiranda at gmail.com> wrote:
>> Hello all, I need suspend and resume tasklets and the remove() method
> ...
>> So I'm not sure if it's safe to use this feature with Stackless
>> nowadays. Any comment will be really appreciated.
>
> Just make sure you explicitly kill the tasklets you manually removed
> (raise a TaskletExit on them) before the interpreter exits and you
> should be okay.
>
> Cheers,
> Richard.
>
> _______________________________________________
> Stackless mailing list
> Stackless at stackless.com
> http://www.stackless.com/mailman/listinfo/stackless
>



More information about the Stackless mailing list