We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77971be commit b2d29ffCopy full SHA for b2d29ff
Readme.md
@@ -163,7 +163,7 @@ while (...)
163
|:-|:-|
164
| Threads | `Thread.Sleep()` |
165
| Fiber on dedicated thread | `Thread.Sleep()` |
166
-| Fiber on shared threads | `fiber.Enqueue(Action<FiberExecutionEventArgs>) & FiberExecutionEventArgs.Pause()/Resume(Action)` |
+| Fiber on shared threads | `fiber.Enqueue(Action<FiberExecutionEventArgs>) & FiberExecutionEventArgs.Pause()/Resume()` |
167
| Asynchronous control flow | `await Task.Deley()` |
168
169
## Fibers ##
0 commit comments