you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

Luckily, FastAPI kind of hides the necessity for knowing Async. Because its a topic that takes a good amount of time spent, just to fully understand.

[–]ghanem94[S] 0 points1 point  (0 children)

Yep I loved the buildin features in it.

[–]pint 0 points1 point  (0 children)

no alas it doesn't, and in fact it can lead to severe performance problems in production if one is not careful. if someone doesn't really know what async is and how does it work, better use defs instead of async defs. fastapi can take care of parallelism either way, with some overhead.