Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
Name: perl-IO-Async | Distribution: Mageia |
Version: 0.770.0 | Vendor: Mageia.Org |
Release: 1.mga8 | Build date: Thu May 14 09:58:12 2020 |
Group: Development/Perl | Build host: localhost |
Size: 701067 | Source RPM: perl-IO-Async-0.770.0-1.mga8.src.rpm |
Packager: tv <tv> | |
Url: https://metacpan.org/release/IO-Async | |
Summary: A Loop using an C<IO::Poll> object |
This collection of modules allows programs to be written that perform asynchronous filehandle IO operations. A typical program using them would consist of a single subclass of 'IO::Async::Loop' to act as a container o other objects, which perform the actual IO work required by the program. As as IO handles, the loop also supports timers and signal handlers, and includes more higher-level functionallity built on top of these basic parts. Because there are a lot of classes in this collection, the following overview gives a brief description of each. File Handle IO A the IO::Async::Handle manpage object represents a single IO handle that is being managed. While in most cases it will represent a single filehandle, such as a socket (for example, an 'IO::Socket::INET' connection), it is possible to have separate reading and writing handles (most likely for a program's 'STDIN' and 'STDOUT' streams, or a pair of pipes connected to a child process).
GPL+ or Artistic
* Thu May 14 2020 tv <tv> 0.770.0-1.mga8 + Revision: 1583653 - update to 0.77 * Wed May 06 2020 tv <tv> 0.760.0-1.mga8 + Revision: 1580841 - update to 0.76 * Tue Feb 18 2020 umeabot <umeabot> 0.750.0-2.mga8 + Revision: 1538808 - Mageia 8 Mass Rebuild * Wed Nov 27 2019 tv <tv> 0.750.0-1.mga8 + Revision: 1463145 - update to 0.75 * Sat Jun 29 2019 shlomif <shlomif> 0.740.0-1.mga8 + Revision: 1415591 - update to 0.74 * Thu Sep 20 2018 umeabot <umeabot> 0.720.0-2.mga7 + Revision: 1284291 - Mageia 7 Mass Rebuild
/usr/share/doc/perl-IO-Async /usr/share/doc/perl-IO-Async/Changes /usr/share/doc/perl-IO-Async/LICENSE /usr/share/doc/perl-IO-Async/META.json /usr/share/doc/perl-IO-Async/META.yml /usr/share/doc/perl-IO-Async/MYMETA.yml /usr/share/doc/perl-IO-Async/README /usr/share/doc/perl-IO-Async/examples /usr/share/doc/perl-IO-Async/examples/chat-server.pl /usr/share/doc/perl-IO-Async/examples/echo-server.pl /usr/share/doc/perl-IO-Async/examples/netcat-client.pl /usr/share/doc/perl-IO-Async/examples/readwrite-futures.pl /usr/share/doc/perl-IO-Async/examples/tail-logfile.pl /usr/share/doc/perl-IO-Async/examples/tcp-proxy.pl /usr/share/doc/perl-IO-Async/examples/whoami-server.pl /usr/share/man/man3/Future::IO::Impl::IOAsync.3pm.xz /usr/share/man/man3/IO::Async.3pm.xz /usr/share/man/man3/IO::Async::Channel.3pm.xz /usr/share/man/man3/IO::Async::Debug.3pm.xz /usr/share/man/man3/IO::Async::File.3pm.xz /usr/share/man/man3/IO::Async::FileStream.3pm.xz /usr/share/man/man3/IO::Async::Function.3pm.xz /usr/share/man/man3/IO::Async::Future.3pm.xz /usr/share/man/man3/IO::Async::Handle.3pm.xz /usr/share/man/man3/IO::Async::Listener.3pm.xz /usr/share/man/man3/IO::Async::Loop.3pm.xz /usr/share/man/man3/IO::Async::Loop::Poll.3pm.xz /usr/share/man/man3/IO::Async::Loop::Select.3pm.xz /usr/share/man/man3/IO::Async::LoopTests.3pm.xz /usr/share/man/man3/IO::Async::Metrics.3pm.xz /usr/share/man/man3/IO::Async::Notifier.3pm.xz /usr/share/man/man3/IO::Async::OS.3pm.xz /usr/share/man/man3/IO::Async::OS::MSWin32.3pm.xz /usr/share/man/man3/IO::Async::OS::cygwin.3pm.xz /usr/share/man/man3/IO::Async::OS::linux.3pm.xz /usr/share/man/man3/IO::Async::PID.3pm.xz /usr/share/man/man3/IO::Async::Process.3pm.xz /usr/share/man/man3/IO::Async::Protocol.3pm.xz /usr/share/man/man3/IO::Async::Protocol::LineStream.3pm.xz /usr/share/man/man3/IO::Async::Protocol::Stream.3pm.xz /usr/share/man/man3/IO::Async::Resolver.3pm.xz /usr/share/man/man3/IO::Async::Routine.3pm.xz /usr/share/man/man3/IO::Async::Signal.3pm.xz /usr/share/man/man3/IO::Async::Socket.3pm.xz /usr/share/man/man3/IO::Async::Stream.3pm.xz /usr/share/man/man3/IO::Async::Test.3pm.xz /usr/share/man/man3/IO::Async::Timer.3pm.xz /usr/share/man/man3/IO::Async::Timer::Absolute.3pm.xz /usr/share/man/man3/IO::Async::Timer::Countdown.3pm.xz /usr/share/man/man3/IO::Async::Timer::Periodic.3pm.xz /usr/share/perl5/vendor_perl/Future /usr/share/perl5/vendor_perl/Future/IO /usr/share/perl5/vendor_perl/Future/IO/Impl /usr/share/perl5/vendor_perl/Future/IO/Impl/IOAsync.pm /usr/share/perl5/vendor_perl/IO /usr/share/perl5/vendor_perl/IO/Async /usr/share/perl5/vendor_perl/IO/Async.pm /usr/share/perl5/vendor_perl/IO/Async/Channel.pm /usr/share/perl5/vendor_perl/IO/Async/Debug.pm /usr/share/perl5/vendor_perl/IO/Async/File.pm /usr/share/perl5/vendor_perl/IO/Async/FileStream.pm /usr/share/perl5/vendor_perl/IO/Async/Function.pm /usr/share/perl5/vendor_perl/IO/Async/Future.pm /usr/share/perl5/vendor_perl/IO/Async/Handle.pm /usr/share/perl5/vendor_perl/IO/Async/Internals /usr/share/perl5/vendor_perl/IO/Async/Internals/ChildManager.pm /usr/share/perl5/vendor_perl/IO/Async/Internals/Connector.pm /usr/share/perl5/vendor_perl/IO/Async/Internals/TimeQueue.pm /usr/share/perl5/vendor_perl/IO/Async/Listener.pm /usr/share/perl5/vendor_perl/IO/Async/Loop /usr/share/perl5/vendor_perl/IO/Async/Loop.pm /usr/share/perl5/vendor_perl/IO/Async/Loop/Poll.pm /usr/share/perl5/vendor_perl/IO/Async/Loop/Select.pm /usr/share/perl5/vendor_perl/IO/Async/LoopTests.pm /usr/share/perl5/vendor_perl/IO/Async/Metrics.pm /usr/share/perl5/vendor_perl/IO/Async/Notifier.pm /usr/share/perl5/vendor_perl/IO/Async/OS /usr/share/perl5/vendor_perl/IO/Async/OS.pm /usr/share/perl5/vendor_perl/IO/Async/OS/MSWin32.pm /usr/share/perl5/vendor_perl/IO/Async/OS/cygwin.pm /usr/share/perl5/vendor_perl/IO/Async/OS/linux.pm /usr/share/perl5/vendor_perl/IO/Async/PID.pm /usr/share/perl5/vendor_perl/IO/Async/Process.pm /usr/share/perl5/vendor_perl/IO/Async/Protocol /usr/share/perl5/vendor_perl/IO/Async/Protocol.pm /usr/share/perl5/vendor_perl/IO/Async/Protocol/LineStream.pm /usr/share/perl5/vendor_perl/IO/Async/Protocol/Stream.pm /usr/share/perl5/vendor_perl/IO/Async/Resolver.pm /usr/share/perl5/vendor_perl/IO/Async/Routine.pm /usr/share/perl5/vendor_perl/IO/Async/Signal.pm /usr/share/perl5/vendor_perl/IO/Async/Socket.pm /usr/share/perl5/vendor_perl/IO/Async/Stream.pm /usr/share/perl5/vendor_perl/IO/Async/Test.pm /usr/share/perl5/vendor_perl/IO/Async/Timer /usr/share/perl5/vendor_perl/IO/Async/Timer.pm /usr/share/perl5/vendor_perl/IO/Async/Timer/Absolute.pm /usr/share/perl5/vendor_perl/IO/Async/Timer/Countdown.pm /usr/share/perl5/vendor_perl/IO/Async/Timer/Periodic.pm
Generated by rpm2html 1.8.1
Fabrice Bellet, Sun Oct 13 10:18:22 2024