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 081ae64 commit 48ae154Copy full SHA for 48ae154
base/threadingconstructs.jl
@@ -152,7 +152,7 @@ bounded by a small constant multiple of the number of available worker threads
152
iteration space. Thus, `@threads :dynamic for x in xs; f(x); end` is typically more
153
efficient than `@sync for x in xs; @spawn f(x); end` if `length(xs)` is significantly
154
larger than the number of the worker threads and the run-time of `f(x)` is relatively
155
-smaller than the cost of spawning and synchronizaing a task (typically less than 10
+smaller than the cost of spawning and synchronizing a task (typically less than 10
156
microseconds).
157
158
!!! compat "Julia 1.8"
0 commit comments