# New Ticket Created by  Rob Hoelz 
# Please include the string:  [perl #124071]
# in the subject line of all future correspondence about this issue. 
# <URL: https://rt.perl.org/Ticket/Display.html?id=124071 >


If you use a channel to distribute work among several worker tasks (as in the 
attached example), only one worker will observe the close event on the channel 
after all of the work has been pushed into the channel.  The remaining workers 
will block indefinitely, and awaiting them will block as well.

Attachment: single-channel-many-readers.p6
Description: Binary data

Reply via email to