Comment on Async I/O for Python 3 parentComments−codygman13yI agree, we should fix the internals. Haskell didn't have concurrency by default and things turned out pretty well there.I actually did try out a solution based on gevent and eventlet before switching to Go.
Comments
I agree, we should fix the internals. Haskell didn't have concurrency by default and things turned out pretty well there.
I actually did try out a solution based on gevent and eventlet before switching to Go.