We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aef6c29 commit 788401dCopy full SHA for 788401d
blog/_src/posts/2025-11-23-parallel-threads.scrbl
@@ -210,7 +210,7 @@ command line:
210
Racket will find many square roots (tweak @racket[N] to match your
211
machine), but will keep only one core of your CPU busy. Using
212
@exec{time} in the shell reports ``CPU'' (possibly broken into
213
-``user'' and `system'') and ``real'' times that are similar. To
+``user'' and ``system'') and ``real'' times that are similar. To
214
use two cores, add @racket[#:pool 'own] to the @racket[thread] call:
215
216
@(racketblock
0 commit comments