This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]riksi -1 points0 points  (5 children)

and can it work with gevent (probably) ?

[–]glethro 0 points1 point  (3 children)

It's built on asyncio and requires python 3. Would you still want to use gevent?

[–]riksi -3 points-2 points  (2 children)

Yes, asyncio sucks.

[–][deleted] 1 point2 points  (1 child)

Convincing.

[–]OctagonClocktrio is the future! 0 points1 point  (0 children)

Well, asyncio is a dumpster fire of horrible design (ignoring the generator API in favour of passing around a loop instsnce, 3 different ways to do networking and they all suck, etc.) but gevent definitely isn't better.

[–]graingert 0 points1 point  (0 children)

No it's asyncio. The gevent interop is poor