Definition
Python's standard library for running many tasks at once.
Python's standard concurrency framework for cooperative multitasking via coroutines and event loops, used to launch parallel agent sub-tasks in recursive frameworks like RAO.
Also called: asyncio.gather