Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def new_event_loop(): """Return a new event loop.""" return Loop()
Fast implementation of asyncio event loop on top of libuv