Home
last modified time | relevance | path

Searched refs:is_read_eof (Results 1 – 5 of 5) sorted by relevance

/dports/devel/p5-IO-Async/IO-Async-0.800/examples/
H A Dreadwrite-futures.pl15 return undef if $stdin->is_read_eof;
/dports/net-im/p5-Net-Async-XMPP/Net-Async-XMPP-0.003/lib/Net/Async/XMPP/
H A DProtocol.pod66 …close_when_empty|IO::Async::Stream/close_when_empty>, L<is_read_eof|IO::Async::Stream/is_read_eof>…
H A DClient.pod54 …close_when_empty|IO::Async::Stream/close_when_empty>, L<is_read_eof|IO::Async::Stream/is_read_eof>…
/dports/devel/p5-IO-Async/IO-Async-0.800/t/
H A D21stream-1read.t398 ok( !$stream->is_read_eof, '$stream ->is_read_eof before wait' );
403 ok( $stream->is_read_eof, '$stream ->is_read_eof after wait' );
/dports/devel/p5-IO-Async/IO-Async-0.800/lib/IO/Async/
H A DStream.pm628 sub is_read_eof subroutine