Big refactor
Notable changes:
- Renamed
spawn_monitored()tospawn(). - Removed custom task factory. No need to run the loop using custom
aioerl.run(). Just usespawn()instead ofasyncio.create_task()when you want to use aioerl functions.
Edited by Jordi Masip