Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #397 from gotoexit/master
Clarify behavior of Channel.Supply.
  • Loading branch information
zoffixznet committed Feb 16, 2016
2 parents 332c51d + d0f97d9 commit d15c255
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/Type/Channel.pod
Expand Up @@ -145,6 +145,9 @@ This returns an C<on-demand> L<Supply|Supply> that emits a value for every value
received on the Channel. C<done> will be called on the C<Supply> when the L<Channel>
is closed.
Multiple calls to this method produce multiple instances of Supply, which compete
over the values from the Channel.
=head2 sub await
Defined as:
Expand Down

0 comments on commit d15c255

Please sign in to comment.