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 4f48fcb commit 2086748Copy full SHA for 2086748
src/copyable_task.jl
@@ -29,8 +29,8 @@ __v::Int = 5
29
"""
30
produce(x)
31
32
-When run inside a [`TapedTask`](@ref), will immediately yield to the caller, producing value
33
-`x`.
+When run inside a [`TapedTask`](@ref), will immediately yield to the caller, returning value
+`x`. Users will typically hit this function when calling `consume`.
34
35
See also: [`Libtask.consume`](@ref)
36
0 commit comments