2018-11-19 UTC
# petermolnar I have a class, which, in theory, collects async tasks, and executes them when it's run function is called - collection starts here: https://github.com/petermolnar/nasg/blob/master/nasg.py#L1730 the class is here: https://github.com/petermolnar/nasg/blob/master/nasg.py#L1009