Skip to content

Commit 2086748

Browse files
committed
Sort out consume
1 parent 4f48fcb commit 2086748

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/copyable_task.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ __v::Int = 5
2929
"""
3030
produce(x)
3131
32-
When run inside a [`TapedTask`](@ref), will immediately yield to the caller, producing value
33-
`x`.
32+
When run inside a [`TapedTask`](@ref), will immediately yield to the caller, returning value
33+
`x`. Users will typically hit this function when calling `consume`.
3434
3535
See also: [`Libtask.consume`](@ref)
3636
"""

0 commit comments

Comments
 (0)