Answer
Coroutines defined with async def.
Execution suspends at await points.
Useful for pipelines, cooperative multitasking, and event-driven systems.
Execution suspends at await points.
Useful for pipelines, cooperative multitasking, and event-driven systems.