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.802.0 | Vendor: Mageia.Org |
Release: 1.mga9 | Build date: Fri Aug 19 15:12:23 2022 |
Group: Development/Perl | Build host: localhost |
Size: 720013 | Source RPM: perl-IO-Async-0.802.0-1.mga9.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 functionality 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 IO::Async::Handle 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
* Fri Aug 19 2022 tv <tv> 0.802.0-1.mga9 + Revision: 1878676 - update to 0.802 * Wed Mar 23 2022 umeabot <umeabot> 0.801.0-2.mga9 + Revision: 1820993 - Mageia 9 Mass Rebuild * Tue Dec 21 2021 tv <tv> 0.801.0-1.mga9 + Revision: 1763118 - update to 0.801 * Wed Nov 17 2021 tv <tv> 0.800.0-1.mga9 + Revision: 1757592 - BR perl(Data::Dump) - BR perl(Test::Future::IO::Impl) - update to 0.800 * Mon Aug 16 2021 tv <tv> 0.790.0-1.mga9 + Revision: 1741606 - update to 0.79 * Fri Feb 26 2021 tv <tv> 0.780.0-1.mga9 + Revision: 1692155 - update to 0.78
/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/FunctionWorker.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, Tue Nov 26 11:58:11 2024