Skip to content

Commit d0f97d9

Browse files
committed
Clarify behavior of Channel.Supply.
Thanks to jnthn for clarification.
1 parent 332c51d commit d0f97d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/Type/Channel.pod

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,9 @@ This returns an C<on-demand> L<Supply|Supply> that emits a value for every value
145145
received on the Channel. C<done> will be called on the C<Supply> when the L<Channel>
146146
is closed.
147147
148+
Multiple calls to this method produce multiple instances of Supply, which compete
149+
over the values from the Channel.
150+
148151
=head2 sub await
149152
150153
Defined as:

0 commit comments

Comments
 (0)