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 86ac5a4 commit dc188b9Copy full SHA for dc188b9
doc/src/manual/asynchronous-programming.md
@@ -65,7 +65,7 @@ to finish before proceeding.
65
66
It is common to want to create a task and schedule it right away, so the
67
macro [`Threads.@spawn`](@ref) is provided for that purpose --- `Threads.@spawn x` is
68
-equivalent to `schedule(@task x)`.
+equivalent to `task = @task x; task.sticky = false; schedule(task)`.
69
70
## Communicating with Channels
71
0 commit comments