Pattern
Event Loop Blocking Semantics
event-loop-blocking-semantics
Blocking calls and long-lived client/session resources behave differently from naive expectations under an event loop: thread-blocking may still allow progress via periodic GIL release, async streaming can hang, and background tasks can delay shutdown.