29th December 2020
TIL
Relinquishing control in Python asyncio
— `asyncio` in Python is a form of co-operative multitasking, where everything runs in a single thread but asynchronous tasks can yield to other tasks to allow them to execute.