我可以在 Tornado-redis 中使用 async 和 await 吗? (Python 3.5)
Can I use async and await with Tornado-redis? (Python 3.5)
Tornado 4.3 添加了对 PEP 0492 which introduces async and await keywords for defining and calling asynchronous coroutines. Is it possible to use these keywords to call tornado-redis API 的支持而不是 "yield tornado.gen.Task"?
谢谢!
Tornado 4.3 添加了对 PEP 0492 which introduces async and await keywords for defining and calling asynchronous coroutines. Is it possible to use these keywords to call tornado-redis API 的支持而不是 "yield tornado.gen.Task"?
谢谢!