Skip to content

Commit

Permalink
Merge pull request typelevel#4257 from serragnoli/documentation-impro…
Browse files Browse the repository at this point in the history
…vement

Fix small typo in docs
  • Loading branch information
armanbilge authored Jan 26, 2025
2 parents ae10297 + 0913f19 commit 8363d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/thread-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ multi-tasking](https://en.wikipedia.org/wiki/Cooperative_multitasking) (as
opposed to pre-emptive) so it is the responsibility of a fiber to yield control
of the CPU by suspending its runloop periodically. In practice this is rarely an
issue as fibers automatically yield at asynchronous boundaries (eg I/O) but it
does means that it is actually possible for a fiber to take control of a CPU
does mean that it is actually possible for a fiber to take control of a CPU
core and never give it back if it executes some heavily CPU-bound operations like

```scala
Expand Down

0 comments on commit 8363d0b

Please sign in to comment.