R

Ravina • 3.96K Points
Extraordinary

Q. How does FastAPI handle asynchronous programming?

  • (A) It does not support async
  • (B) It uses asyncio and async def functions
  • (C) It uses threads
  • (D) It uses multiprocessing only
  • Correct Answer - Option(B)
  • Views: 14
  • Filed under category Fast API
  • Hashtags:

Explanation by: Ravina
FastAPI supports async routes using `async def` and Python's `asyncio` library.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.