I thought the example from Grant Olsen was pretty simple, I modified it to
do what I wanted.

http://www.grant-olson.net/python/intro-to-stackless-python/browsable-html#pushing-data

It allows you to create stackless 'agents' that use channels to wait for
messages.

HTH

J

On Mon, Aug 1, 2011 at 2:34 PM, Fernando Miranda <[email protected]>wrote:

> Hi there, I'm wondering which is the best way to implement a sleeping
> function in a tasklet without block the task pipeline. Any ideas?
>
> Many thanks.
> f
>
> _______________________________________________
> Stackless mailing list
> [email protected]
> http://www.stackless.com/mailman/listinfo/stackless
>
_______________________________________________
Stackless mailing list
[email protected]
http://www.stackless.com/mailman/listinfo/stackless

Reply via email to