Home
last modified time | relevance | path

Searched refs:new_for_stdio (Results 1 – 6 of 6) sorted by relevance

/dports/devel/p5-IO-Async/IO-Async-0.800/examples/
H A Dnetcat-client.pl51 $stdiostream = IO::Async::Stream->new_for_stdio(
/dports/net-im/p5-Net-Async-XMPP/Net-Async-XMPP-0.003/lib/Net/Async/XMPP/
H A DProtocol.pod66 …, L<new_for_stdin|IO::Async::Stream/new_for_stdin>, L<new_for_stdio|IO::Async::Stream/new_for_stdi…
H A DClient.pod54 …, L<new_for_stdin|IO::Async::Stream/new_for_stdin>, L<new_for_stdio|IO::Async::Stream/new_for_stdi…
/dports/devel/p5-IO-Async/IO-Async-0.800/t/
H A D21stream-3split.t184 $stream = IO::Async::Stream->new_for_stdio;
/dports/devel/p5-IO-Async/IO-Async-0.800/lib/IO/Async/
H A DStream.pm1300 sub new_for_stdio { shift->new( read_handle => \*STDIN, write_handle => \*STDOUT, @_ ) } subroutine
/dports/devel/p5-IO-Async/IO-Async-0.800/
H A DChanges644 * Stream->new_for_stdin, ->new_for_stdout, ->new_for_stdio