Hi, I have some question about Stackless Python. What is main tasklet? Usually we call stackless.run() to mainloop all the schedule tasklets. But if we just call sometaklet.channel.send(None) in main thread after all the necessary tasklets are created, what would happen?
Thanks in advance.
-- http://mail.python.org/mailman/listinfo/python-list