[Python-ideas] PEP draft - Composable futures for reactive programming

Chris Angelico rosuav at gmail.com
Sun Dec 22 04:53:58 CET 2013


On Sun, Dec 22, 2013 at 2:45 PM, Guido van Rossum <guido at python.org> wrote:
> To cut through that you'd have to have
> some kind of stack-swapping coroutine implementation like gevent...

Forgive the stupid question, but how is stack-swapping during blocking
calls materially different from threads?

ChrisA


More information about the Python-ideas mailing list