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


Both IO::Socket::Async and Proc::Async have the options to get supplies
for binary or string data, but there are two inconsitentcies:

1) Proc::Async has methods stdout(:$bin), IO::Socket::Async has
chars_supply and bytes_supply. There should be some naming consistency here

2) Proc::Async has live supplies, and requires you to set them up before
starting the process. IO::Socket::Async has on-demand supplies that you
can get after the fact.

In the interest of a smooth asynchronous experience, we should make them
more consistent.

Reply via email to