Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def create_future(self): return uvloop.Future(loop=self.loop)
Fast implementation of asyncio event loop on top of libuv