File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ changelog for details of the default gems or bundled gems.
313
313
* RJIT exists only for experimental purposes.
314
314
* You should keep using YJIT in production.
315
315
316
- ### M: N Therad scheduler
316
+ ### M: N Thread scheduler
317
317
318
318
* M: N Thread scheduler is introduced. [[ Feature #19842 ]]
319
319
* Background: Ruby 1.8 and before, M:1 thread scheduler (M Ruby threads
@@ -327,7 +327,7 @@ changelog for details of the default gems or bundled gems.
327
327
need same number of native threads as Ruby threads (similar to the M:1
328
328
thread scheduler). Also our M: N threads supports blocking operations
329
329
well same as 1:1 threads. See the ticket for more details.
330
- Our M: N thread scheduler refers on the gorotuine scheduler in the
330
+ Our M: N thread scheduler refers on the goroutine scheduler in the
331
331
Go language.
332
332
* In a ractor, only 1 thread can run in a same time because of
333
333
implementation. Therefore, applications that use only one Ractor
You can’t perform that action at this time.
0 commit comments