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.4.3-1.el7 RPM for noarch

From EPEL 7 for x86_64 / Packages / p

Name: php-react-event-loop Distribution: Fedora Project
Version: 0.4.3 Vendor: Fedora Project
Release: 1.el7 Build date: Sat Apr 29 15:45:24 2017
Group: Development/Libraries Build host: buildvm-19.phx2.fedoraproject.org
Size: 50102 Source RPM: php-react-event-loop-0.4.3-1.el7.src.rpm
Packager: Fedora Project
Url: https://github.com/reactphp/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

* Sat Apr 29 2017 Shawn Iwinski <shawn@iwin.ski> - 0.4.3-1
  - Update to 0.4.3 (RHBZ #1446188)
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.4.2-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
* 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.4.3
/usr/share/doc/php-react-event-loop-0.4.3/CHANGELOG.md
/usr/share/doc/php-react-event-loop-0.4.3/README.md
/usr/share/doc/php-react-event-loop-0.4.3/composer.json
/usr/share/licenses/php-react-event-loop-0.4.3
/usr/share/licenses/php-react-event-loop-0.4.3/LICENSE
/usr/share/php/React
/usr/share/php/React/EventLoop
/usr/share/php/React/EventLoop/ExtEventLoop.php
/usr/share/php/React/EventLoop/Factory.php
/usr/share/php/React/EventLoop/LibEvLoop.php
/usr/share/php/React/EventLoop/LibEventLoop.php
/usr/share/php/React/EventLoop/LoopInterface.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/Tick/NextTickQueue.php
/usr/share/php/React/EventLoop/Timer
/usr/share/php/React/EventLoop/Timer/Timer.php
/usr/share/php/React/EventLoop/Timer/TimerInterface.php
/usr/share/php/React/EventLoop/Timer/Timers.php
/usr/share/php/React/EventLoop/autoload.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 16 02:02:36 2024