From: Nonso Mgbechi Date: Sat, 7 Jan 2023 16:56:58 +0000 (+0100) Subject: ✏ Fix typo in `docs/en/docs/async.md` (#5785) X-Git-Tag: 0.89.0~9 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=78813a543dfd5e2f0031c70a3cb12dcadc187cd6;p=thirdparty%2Ffastapi%2Ffastapi.git ✏ Fix typo in `docs/en/docs/async.md` (#5785) Co-authored-by: Sebastián Ramírez --- diff --git a/docs/en/docs/async.md b/docs/en/docs/async.md index 6f34a9c9c5..3d4b1956af 100644 --- a/docs/en/docs/async.md +++ b/docs/en/docs/async.md @@ -283,7 +283,7 @@ For example: ### Concurrency + Parallelism: Web + Machine Learning -With **FastAPI** you can take the advantage of concurrency that is very common for web development (the same main attractive of NodeJS). +With **FastAPI** you can take the advantage of concurrency that is very common for web development (the same main attraction of NodeJS). But you can also exploit the benefits of parallelism and multiprocessing (having multiple processes running in parallel) for **CPU bound** workloads like those in Machine Learning systems.