Skip to content

Commit bceef47

Browse files
authored
doc: we now have task migration (#43496)
1 parent 602b46c commit bceef47

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

doc/src/manual/multi-threading.md

-3
Original file line numberDiff line numberDiff line change
@@ -306,9 +306,6 @@ threads in Julia:
306306
multiple threads where at least one thread modifies the collection
307307
(common examples include `push!` on arrays, or inserting
308308
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.
312309
* `@threads` currently uses a static schedule, using all threads and assigning
313310
equal iteration counts to each. In the future the default schedule is likely
314311
to change to be dynamic.

0 commit comments

Comments
 (0)