Hacker News new | ask | show | jobs
by macNchz 2142 days ago
It sounds like your waitUntilResolved() function is effectively asyncio.gather(), which due to the nature of Python’s async implementation is not something that could be used in a Django view prior to this release.