Skip to content

Commit

Permalink
Merge pull request quarkusio#35101 from michalvavrik/feature/fix-docs…
Browse files Browse the repository at this point in the history
…-typo-in-duplicated-ctx-guide

Docs: fix typo in duplicated context guide
  • Loading branch information
gsmet authored Jul 31, 2023
2 parents 296bd48 + 5a02cc6 commit b530940
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 b530940

Please sign in to comment.