Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
asyncio: Use default ensure_future implementation when possible
When a loop argument is not given, use the default asyncio ensure_future implementation and avoid unnecessary _wrap_loop usage. Signed-off-by: Zac Medico <zmedico@gentoo.org>
- Loading branch information