Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-react-event-loop-1.3.0-1.el7.remi RPM for noarch

From Remi's RPM for RedHat EL 7 for aarch64

Name: php-react-event-loop Distribution: Unknown
Version: 1.3.0 Vendor: Remi's RPM repository <https://rpms.remirepo.net/>
Release: 1.el7.remi Build date: Thu Mar 17 14:34:53 2022
Group: Unspecified Build host: builder.remirepo.net
Size: 135010 Source RPM: php-react-event-loop-1.3.0-1.el7.remi.src.rpm
Packager: Remi Collet
Url: https://reactphp.org/event-loop/
Summary: Event loop abstraction layer that libraries can use for evented I/O
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

Provides

Requires

License

MIT

Changelog

* Thu Mar 17 2022 Remi Collet <remi@remirepo.net> - 1.3.0-1
  - update to 1.3.0
* Mon Jul 12 2021 Remi Collet <remi@remirepo.net> - 1.2.0-1
  - update to 1.2.0
* Wed Nov 04 2020 Remi Collet <remi@remirepo.net> - 1.1.1-1
  - update to 1.1.1
  - switch to phpunit9
* Sat Dec 14 2019 Shawn Iwinski <shawn@iwin.ski> - 1.1.0-1
  - Update to 1.1.0 (RHBZ #1599719)
  - Use PHPUnit 7
* Sun Jul 01 2018 Shawn Iwinski <shawn@iwin.ski> - 0.5.2-1
  - Update to 0.5.2 (RHBZ #1564315)
  - Add range version dependencies for Fedora >= 27 || RHEL >= 8
  - Add composer.json to repo
* Sat Apr 29 2017 Shawn Iwinski <shawn@iwin.ski> - 0.4.3-1
  - Update to 0.4.3 (RHBZ #1446188)
* Tue Jan 24 2017 Remi Collet <remi@remirepo.net> - 0.4.2-2
  - backport for remi repo
* Mon Jan 23 2017 Shawn Iwinski <shawn@iwin.ski> - 0.4.2-2
  - Minor update to SCL tests (only php55 if rhel)
* Tue Jan 17 2017 Shawn Iwinski <shawn@iwin.ski> - 0.4.2-1
  - Initial package

Files

/usr/share/doc/php-react-event-loop-1.3.0
/usr/share/doc/php-react-event-loop-1.3.0/CHANGELOG.md
/usr/share/doc/php-react-event-loop-1.3.0/README.md
/usr/share/doc/php-react-event-loop-1.3.0/composer.json
/usr/share/licenses/php-react-event-loop-1.3.0
/usr/share/licenses/php-react-event-loop-1.3.0/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


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu Apr 25 05:42:46 2024