advancedReal-World Systems~75 min
Build an Event Loop
Write your own tiny asyncio-style event loop from scratch: a ready queue, generator-based coroutines that cooperate with yield, a virtual clock for sleep, and gather to run coroutines concurrently.