0 votes
in Python Flask by

asyncio is generally perfect for ___ apps.

  1. Synchronous
  2. IO-bound
  3. CPU-bound
  4. Unstructured network code

1 Answer

0 votes
by

asyncio is generally perfect for ___ apps.

Correct answer:- IO-bound

...