Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
alnlarsen committed Jun 18, 2024
1 parent 40766ae commit cd2fd45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/Developer Guide/Appendix/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ In order to control this, you can use the Lock step, which locks a named local o

In the below screenshot you can see how parallel steps with locks are evaluated. Notice that the total time was 3x the delay because none of the steps were executed in parallel.

![alt text](3lockedDelays.png)
![Locked Delays](3lockedDelays.png)


## Deferred Processing
Expand Down Expand Up @@ -259,7 +259,7 @@ TapThread.WithNewContext(() =>
null);
```

Creating new thread contexts allows for isolated execution environments within the same physical thread, providing greater control over task execution and abortion behavior.
Creating new thread contexts allows for isolated execution environments within the same physical thread, providing greater control over task execution and abort behavior.

## .NET Threads and Tasks

Expand Down

0 comments on commit cd2fd45

Please sign in to comment.