We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 602b46c commit bceef47Copy full SHA for bceef47
doc/src/manual/multi-threading.md
@@ -306,9 +306,6 @@ threads in Julia:
306
multiple threads where at least one thread modifies the collection
307
(common examples include `push!` on arrays, or inserting
308
items into a `Dict`).
309
- * After a task starts running on a certain thread (e.g. via `@spawn`), it
310
- will always be restarted on the same thread after blocking. In the future
311
- this limitation will be removed, and tasks will migrate between threads.
312
* `@threads` currently uses a static schedule, using all threads and assigning
313
equal iteration counts to each. In the future the default schedule is likely
314
to change to be dynamic.
0 commit comments