Closed astj closed 7 years ago
ref: #50 (Before this, %!env<p6w.input>
was an IO::Handle
and has #close
)
Should we call Supply.wait?
Supply.wait
waits until all data tapped, but I think we don't have to wait it because they will not be used anymore? (I'm not sure……)
LGTM!
After
%!env<p6w.input>
became a Supply,%!env<p6w.input>.close
starts to fail, but it's caught bytry
...