Browse Source

Improve wording in background tasks documentation

Refine wording for clarity and readability.
pull/14571/head
Dhruv Goyal 7 months ago
committed by GitHub
parent
commit
0482837677
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      docs/en/docs/tutorial/background-tasks.md

4
docs/en/docs/tutorial/background-tasks.md

@ -1,8 +1,8 @@
# Background Tasks { #background-tasks }
You can define background tasks to be run *after* returning a response.
You can define background tasks to be run after a response has been returned.
This is useful for operations that need to happen after a request, but that the client doesn't really have to be waiting for the operation to complete before receiving the response.
This is useful for operations that need to happen after a request, when the client does not need to wait for the operation to complete before receiving the response.
This includes, for example:

Loading…
Cancel
Save