# New Ticket Created by  Moritz Lenz 
# Please include the string:  [perl #123477]
# in the subject line of all future correspondence about this issue. 
# <URL: 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> 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 out the taps. Currently it 
only distributes .done messages to all tappers, which seems exceedingly 
weak.

Reply via email to