Skip to content

Commit

Permalink
Update Readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
tosh-coding committed Jun 15, 2024
1 parent 77971be commit b2d29ff
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 @@ -163,7 +163,7 @@ while (...)
|:-|:-|
| Threads | `Thread.Sleep()` |
| Fiber on dedicated thread | `Thread.Sleep()` |
| Fiber on shared threads | `fiber.Enqueue(Action<FiberExecutionEventArgs>) & FiberExecutionEventArgs.Pause()/Resume(Action)` |
| Fiber on shared threads | `fiber.Enqueue(Action<FiberExecutionEventArgs>) & FiberExecutionEventArgs.Pause()/Resume()` |
| Asynchronous control flow | `await Task.Deley()` |

## Fibers ##
Expand Down

0 comments on commit b2d29ff

Please sign in to comment.