Skip to content

Commit

Permalink
docs: fix the description of when to use the synchronous function (#3849
Browse files Browse the repository at this point in the history
)

* Update sync-vs-async.rst

* Update sync-vs-async.rst
  • Loading branch information
vvanglro authored Nov 16, 2024
1 parent 757a460 commit 98933a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/sync-vs-async.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ When to use a synchronous function
----------------------------------

As an inverse of the previous paragraph, it follows that synchronous functions should
be used for non-blocking, non-computationally intensive tasks. The synchronous execution
be used for non-io intensive tasks. The synchronous execution
model allows for the smallest amount of overhead and should therefore be preferred in
such situations where no asynchronous functionality is made use of.

Expand Down

0 comments on commit 98933a3

Please sign in to comment.