Hacker News new | ask | show | jobs
by ceronman 4836 days ago
Twisted with inlineCallbacks is actually quite nice IMO. It's very similar to C# async/await.
1 comments

Twisted's inlineCallbacks singlehandedly turn Twisted in my mind from an abomination into something that is a joy to work with. In lei of a more hands off Erlang/Go approach, I am convinced that style is the only way to go.
inlineCallbacks made twisted palatable. It didn't make it good.