asyncio - Asynchronous I/O: Run blocking code in a thread pool, Python Software Foundation, 2023 (Python Software Foundation) - Provides the foundational explanation of Python's asyncio event loop and how to properly execute blocking code without freezing the main loop.