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

php-react-event-loop-0.5.2-1.el6.remi RPM for noarch

From Remi's RPM for RedHat EL 6 for i386

Name: php-react-event-loop Distribution: Unknown
Version: 0.5.2 Vendor: Remi Collet
Release: 1.el6.remi Build date: Tue Nov 13 13:40:12 2018
Group: Development/Libraries Build host: builder.remirepo.net
Size: 101547 Source RPM: php-react-event-loop-0.5.2-1.el6.remi.src.rpm
Packager: https://blog.remirepo.net/
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

* 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-0.5.2
/usr/share/doc/php-react-event-loop-0.5.2/CHANGELOG.md
/usr/share/doc/php-react-event-loop-0.5.2/LICENSE
/usr/share/doc/php-react-event-loop-0.5.2/README.md
/usr/share/doc/php-react-event-loop-0.5.2/composer.json
/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/Factory.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, Tue Apr 9 10:37:04 2024