We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2c284b commit c1b0b36Copy full SHA for c1b0b36
src/dtask.jl
@@ -40,9 +40,10 @@ Options(options...) = Options((;options...))
40
"""
41
DTask
42
43
-Returned from `spawn`/`@spawn` calls. Represents a task that is in the
44
-scheduler, potentially ready to execute, executing, or finished executing. May
45
-be `fetch`'d or `wait`'d on at any time.
+Returned from `Dagger.@spawn`/`Dagger.spawn` calls. Represents a task that is
+in the scheduler, potentially ready to execute, executing, or finished
+executing. May be `fetch`'d or `wait`'d on at any time. See `Dagger.@spawn` for
46
+more details.
47
48
mutable struct DTask
49
uid::UInt
0 commit comments