Building an AsyncIO executor for the 3DS (pt 2!)
Summary
The article explains how to implement a lightweight AsyncIO-like executor on the 3DS Horizon OS. It covers IPC-based task waking, non-Arc waker design, timers, a thread pool for IO, and a sample integrating async TCP with a blocking UI, illustrating practical patterns for building asynchronous runtimes on embedded-like platforms.