Github user davebshow commented on the issue:

    https://github.com/apache/tinkerpop/pull/478
  
    @spmallette you can easily implement something similar in Python using 
Futures. Using `tornado.concurrent.Future` would probably make the most sense, 
as is is already 2/3 compatible and should work with any Python async syntax 
(`yield`/`yield from`/`await`). The only problem with is that this ties the GLV 
code more tightly to Tornado, which was previously only used for IO; however, a 
similar implementation of Future isn't included with the Python 2 standard 
library, so Tornado is probably the best option. I actually did something 
pretty similar to this in the `gremlinclient` library.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to