Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
connellp committed Nov 27, 2019
1 parent e19c617 commit a3a7404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ by dispatching work to an ExecutorService.
One problem we have observed in tooling such as AWS X-Ray, due to deficiencies
in Java, is that these worker threads have no clear concept of 'caller' or 'parent'.
Using Disco, the Java runtime is extended to ensure that the concept of caller/parent
is passed from thread to head a the time of thread handoff (e.g. when calling Thread.start(),
is passed from thread to thread at the time of thread handoff (e.g. when calling Thread.start(),
or someExecutor.submit(), or when using a Java 8 parallel stream), by the 'forking' thread
giving the 'forked' thread access to its Transaction Context data store.

Expand Down

0 comments on commit a3a7404

Please sign in to comment.