Does anyone else see a trend in this migration to async style programming? I've been working on a similar issue for a while now involving a similarity search engine with nested state machines.<p>I can't quite tell if my perception of this trend is skewed by my current perspective or if there are more people exploring this model of programming. IMHO, some things get much harder to reason about without some good tools.
I'm curious if PEP 380 (yield from) would make greenlet less convenient.<p><a href="http://www.python.org/dev/peps/pep-0380/" rel="nofollow">http://www.python.org/dev/peps/pep-0380/</a>