Home »
MCQs »
FastAPI MCQs
Which keyword in the function's definition tells FastAPI that it is to be run asynchronously?
11. Which keyword in the function's definition tells FastAPI that it is to be run asynchronously?
- Asyn
- Async
- Asyncho
- All of the above
Answer: B) Async
Explanation:
The async keyword in the function's definition tells FastAPI that it is to be run asynchronously.