Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

What does the asyncio library provide?

  1. A Multi-process parallelism
  2. B Single-threaded concurrency using an event loop and coroutines
  3. C Automatic multi-threading
  4. D GPU acceleration
Answer

Single-threaded concurrency using an event loop and coroutines

asyncio suits high-concurrency I/O-bound workloads because it avoids the memory overhead of one thread per task.

All Python MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as