Details
-
Improvement
-
Status: Open
-
Minor
-
Resolution: Unresolved
-
3.5.3
-
None
-
None
Description
Recently, there have been multiple instances of users asking about issues with event loops and aiohttp. This discussion nearly always ends up with the user requesting for async/await support in gremlin-python. This means full compatibility with asyncio and not needing to use threads.
Async/await support is also a feature that those using newer, asynchronous web frameworks are asking for as gremlin-python can be a performance bottleneck due to its lack of support for async/await.
My intention is that we can use this issue as a means of gauging the interest from the community for this feature. If you are interested in having gremlin-python support async/await then please leave a comment below.