Nine Treasures
Nine Treasures

Reputation: 1

What gevent can't do that asyncio can?

When making asynchronous code, what limitations does gevent with third-party synchronous libraries have that asyncio with third-party asynchronous libraries with async/await syntax doesn't?

What are some standard libraries that do synchronous I/O that gevent can't monkey patch?

What are some popular third-party libraries written in C that gevent can't patch that do synchronous I/O from C code?

Upvotes: 0

Views: 27

Answers (0)

Related Questions