Skip to content

Commit

Permalink
Update writing-good-workers.md (#2683)
Browse files Browse the repository at this point in the history
* Update writing-good-workers.md

* backport and run prettier

* backport to 8.3

---------

Co-authored-by: Amara <[email protected]>
  • Loading branch information
berndruecker and akeller authored Oct 10, 2023
1 parent 848c970 commit 80ed966
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,10 @@ Node.JS code scales pretty well and there is no specific thread pool defined or

This makes the recommendation very straight-forward:

||Reactive code|
| Parallelism | Event loop provided by Node.JS |
| **Use when** | Always |
| | Reactive code |
| ------------ | ------------------------------ |
| Parallelism | Event loop provided by Node.JS |
| **Use when** | Always |

### C#

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,10 @@ Node.JS code scales pretty well and there is no specific thread pool defined or

This makes the recommendation very straight-forward:

||Reactive code|
| Parallelism | Event loop provided by Node.JS |
| **Use when** | Always |
| | Reactive code |
| ------------ | ------------------------------ |
| Parallelism | Event loop provided by Node.JS |
| **Use when** | Always |

### C#

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,10 @@ Node.JS code scales pretty well and there is no specific thread pool defined or

This makes the recommendation very straight-forward:

||Reactive code|
| Parallelism | Event loop provided by Node.JS |
| **Use when** | Always |
| | Reactive code |
| ------------ | ------------------------------ |
| Parallelism | Event loop provided by Node.JS |
| **Use when** | Always |

### C#

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -264,9 +264,10 @@ Node.JS code scales pretty well and there is no specific thread pool defined or

This makes the recommendation very straight-forward:

||Reactive code|
| Parallelism | Event loop provided by Node.JS |
| **Use when** | Always |
| | Reactive code |
| ------------ | ------------------------------ |
| Parallelism | Event loop provided by Node.JS |
| **Use when** | Always |

### C#

Expand Down

0 comments on commit 80ed966

Please sign in to comment.