On Mon Dec 22 06:37:08 2014, moritz wrote:
> moritz> m: my $s = Supply.new; $s.tap(&say); $s.done; $s.emit('still here')
> camelia> rakudo-moar 284c09: OUTPUT«still here»
>
> This is likely a bug; .done should either shut down the supply (and so
> forbid future .emit calls), or at least throw ou
# New Ticket Created by Moritz Lenz
# Please include the string: [perl #123477]
# in the subject line of all future correspondence about this issue.
# https://rt.perl.org/Ticket/Display.html?id=123477 >
moritz> m: my $s = Supply.new; $s.tap(&say); $s.done; $s.emit('still here')
camelia> rakud