Letter P

php-react-async - Async utilities for ReactPHP

Website: https://reactphp.org/async/
License: MIT
Vendor: Alcance Libre, Inc.
Description:
Async utilities for ReactPHP.

This library allows you to manage async control flow. It provides a number of
combinators for Promise-based APIs. Instead of nesting or chaining promise
callbacks, you can declare them as a list, which is resolved sequentially in
an async manner. React/Async will not automagically change blocking code to
be async. You need to have an actual event loop and non-blocking libraries
interacting with that event loop for it to work. As long as you have a
Promise-based API that runs in an event loop, it can be used with this library.

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

Packages

php-react-async-3.0.0-1.aldos.noarch [11 KiB] Changelog by Remi Collet (2022-09-23):
- Initial package

Listing created by Repoview-0.6.6-6.fc14.al