SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

php-react-event-loop rpm build for : Fedora 36. For other distributions click php-react-event-loop.

Name : php-react-event-loop
Version : 1.3.0 Vendor : Fedora Project
Release : 1.fc36 Date : 2022-03-17 14:44:17
Group : Unspecified Source RPM : php-react-event-loop-1.3.0-1.fc36.src.rpm
Size : 0.13 MB
Packager : Fedora Project
Summary : Event loop abstraction layer that libraries can use for evented I/O
Description :
Event loop abstraction layer that libraries can use for evented I/O.

In order for async based libraries to be interoperable, they need to use
the same event loop. This component provides a common LoopInterface that
any library can target. This allows them to be used in the same loop, with
one single run call that is controlled by the user.

In addition to the interface there are some implementations provided:
* StreamSelectLoop: This is the only implementation which works out of the box
with PHP. It does a simple select system call. It\'s not the most
performant of loops, but still does the job quite well.
* LibEventLoop: This uses the libevent pecl extension. libevent itself supports
a number of system-specific backends (epoll, kqueue).
* LibEvLoop: This uses the libev pecl extension (github). It supports the same
backends as libevent.
* ExtEventLoop: This uses the event pecl extension. It supports the same
backends as libevent.

All of the loops support these features:
* File descriptor polling
* One-off timers
* Periodic timers
* Deferred execution of callbacks

Autoloader: /usr/share/php/React/EventLoop/autoload.php

RPM found in directory: /packages/linux-pbone/archive.fedoraproject.org/fedora/linux/releases/36/Everything/x86_64/os/Packages/p

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  php-react-event-loop-1.3.0-1.fc36.noarch.rpm
ftp.icm.edu.pl  php-react-event-loop-1.3.0-1.fc36.noarch.rpm
     

Provides :
php-composer(react/event-loop)
php-react-event-loop

Requires :
php(language) >= 5.4.0
php-composer(fedora/autoloader)
php-pcntl
php-spl
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsZstd) <= 5.4.18-1


Content of RPM :
/usr/share/doc/php-react-event-loop
/usr/share/doc/php-react-event-loop/CHANGELOG.md
/usr/share/doc/php-react-event-loop/README.md
/usr/share/doc/php-react-event-loop/composer.json
/usr/share/licenses/php-react-event-loop
/usr/share/licenses/php-react-event-loop/LICENSE
/usr/share/php/React
/usr/share/php/React/EventLoop
/usr/share/php/React/EventLoop/ExtEvLoop.php
/usr/share/php/React/EventLoop/ExtEventLoop.php
/usr/share/php/React/EventLoop/ExtLibevLoop.php
/usr/share/php/React/EventLoop/ExtLibeventLoop.php
/usr/share/php/React/EventLoop/ExtUvLoop.php
/usr/share/php/React/EventLoop/Factory.php
/usr/share/php/React/EventLoop/Loop.php
/usr/share/php/React/EventLoop/LoopInterface.php
/usr/share/php/React/EventLoop/SignalsHandler.php
/usr/share/php/React/EventLoop/StreamSelectLoop.php
/usr/share/php/React/EventLoop/Tick
/usr/share/php/React/EventLoop/Tick/FutureTickQueue.php
/usr/share/php/React/EventLoop/Timer
/usr/share/php/React/EventLoop/Timer/Timer.php
/usr/share/php/React/EventLoop/Timer/Timers.php
/usr/share/php/React/EventLoop/TimerInterface.php
/usr/share/php/React/EventLoop/autoload.php

 
ICM