Skip to content

Commit c1b0b36

Browse files
committed
DTask: Docstring touch-up
1 parent a2c284b commit c1b0b36

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

Diff for: src/dtask.jl

+4-3
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ Options(options...) = Options((;options...))
4040
"""
4141
DTask
4242
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.
43+
Returned from `Dagger.@spawn`/`Dagger.spawn` calls. Represents a task that is
44+
in the scheduler, potentially ready to execute, executing, or finished
45+
executing. May be `fetch`'d or `wait`'d on at any time. See `Dagger.@spawn` for
46+
more details.
4647
"""
4748
mutable struct DTask
4849
uid::UInt

0 commit comments

Comments
 (0)