Hi,Since now Tornado plays perfectly with async/await, which means we can directly use Async/Await libraries for databases, right ?for example this one for Posgresql https://magicstack.github.io/asyncpg/current/ (since momoko dont support Tornado 5.0),So, will the Tornado's IOLoop plays perfectly with those libraries or do we have to add a bridge ?
Which one will take the global event loop ?asyncio.get_event_loop().run_until_complete(some_function)ortornado.ioloop.IOLoop.instance().start()
--
You received this message because you are subscribed to the Google Groups "Tornado Web Server" group.
To unsubscribe from this group and stop receiving emails from it, send an email to python-tornad...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.