Async vs Non-Blocking Operations for Responsive FastAPI Endpoints
Introduction
You’ve probably heard this principle before: “don’t put blocking operations on the main thread”.
Until recently, I’d been working only with synchronous python for the best part of 3 years. Using an outdated version of Django will do that...
incodethismeans.com6 min read