TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Diesel 2: Using generators for async (and back again)

55 pointsby jmintzalmost 15 years ago

3 comments

bsaunderalmost 15 years ago
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.
评论 #1592854 未加载
equarkalmost 15 years ago
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>
评论 #1593396 未加载
ericfloalmost 15 years ago
Congratulations, you've just re-invented Eventlet.
评论 #1607629 未加载