|
|
|
|
|
by StavrosK
5381 days ago
|
|
Seriously, it sounds like Python handles these sorts of cases much better, with "yield". I wonder why everyone suddenly discovered JS for asynchronous programming and rushed to it when Twisted has existed for years. Is it because of V8? |
|
I've written a LOT of async code in Perl and C, and ran across this problem countless times. It really is a blessing to not have to worry about it.