Download the PHP package innmind/async-operating-system without Composer
On this page you can find all versions of the php package innmind/async-operating-system. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package async-operating-system
Async Operating System
Async implementation of innmind/operating-system
to allow to switch to another task when doing any I/O of suspending the current process.
Warning: the following features are disabled in this async context :
- Process forking
- Handling signals
Note: SQL connections are not async yet.
Installation
Usage
In this example we load a file and call wikipedia asynchronously, but you can use the OperatingSystem
returned by $factory->build($suspend)
like you would for its synchronous counterpart.
All versions of async-operating-system with dependencies
PHP Build Version
Package Version
Requires
php Version
~8.1
innmind/mantle Version ~1.0
innmind/async-time-warp Version ~1.0
innmind/async-stream Version ~1.0
innmind/async-socket Version ~1.0
innmind/operating-system Version ^3.5
innmind/http-transport Version ~6.4
innmind/mantle Version ~1.0
innmind/async-time-warp Version ~1.0
innmind/async-stream Version ~1.0
innmind/async-socket Version ~1.0
innmind/operating-system Version ^3.5
innmind/http-transport Version ~6.4
The package innmind/async-operating-system contains the following files
Loading the files please wait ....