Week 7 • Thursday

Block 68: FastAPI: Async Support & Background Tasks

Understand async endpoints and simple background tasks.

Concepts

Code Examples

See exercise below.

Exercise

Convert a FastAPI endpoint to async and add a 'log to file' background task. Compare response time with and without async for a simulated I/O operation.

Homework

Explain the event loop concept in 3 sentences suitable for a beginner. Friday