Python · Concurrency & Parallelism
You must call a blocking function from inside a coroutine — a heavy CPU calc, or an I/O library with no async version. Calling it directly freezes the whole event loop. What's the asyncio-friendly way?
Answer locked. Get the free KnowCard app to reveal it — plus spaced-repetition review so it actually sticks.
