Skip to content

Commit

Permalink
Docs: fix typo in duplicated ctx guide
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvavrik committed Jul 30, 2023
1 parent 66c7e66 commit 5a02cc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/main/asciidoc/duplicated-context.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ That thread is dedicated to this specific processing until the processing comple
Thus, you can use _Thread Locals_ to propagate data along the processing, and no other processing unit will use that thread until the completion of the current one.

With the reactive model, the code runs on event loop threads.
These event loops execute multiple concurrent processing units. F
or example, the same event loop can handle multiple concurrent HTTP requests.
These event loops execute multiple concurrent processing units. For example,
the same event loop can handle multiple concurrent HTTP requests.
The following picture illustrates this reactive execution model:

image::reactive-continuation.png[alt=Continuation in the reactive execution model, width=80%, align=center]
Expand Down

0 comments on commit 5a02cc6

Please sign in to comment.