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-2.fc37 RPM for noarch

From Fedora 37 for ppc64le / p

Name: php-react-event-loop Distribution: Fedora Project
Version: 1.3.0 Vendor: Fedora Project
Release: 2.fc37 Build date: Fri Jul 22 16:28:30 2022
Group: Unspecified Build host: buildvm-s390x-23.s390.fedoraproject.org
Size: 135006 Source RPM: php-react-event-loop-1.3.0-2.fc37.src.rpm
Packager: Fedora Project
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

* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Thu Mar 17 2022 Remi Collet <remi@remirepo.net> - 1.3.0-1
  - update to 1.3.0
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-2
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Mon Jul 12 2021 Remi Collet <remi@remirepo.net> - 1.2.0-1
  - update to 1.2.0
* Wed Mar 24 2021 Remi Collet <remi@remirepo.net> - 1.1.1-1
  - update to 1.1.1
  - switch to phpunit9
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-4
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
* Tue Jul 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.0-3
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Files

/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


Generated by rpm2html 1.8.1

Fabrice Bellet, Thu May 9 20:42:17 2024