mirror of
https://github.com/amphp/parallel.git
synced 2025-01-17 12:48:34 +01:00
Update documentation
This commit is contained in:
parent
e83d1e0359
commit
1cfa591cdb
18
README.md
18
README.md
@ -1,14 +1,6 @@
|
||||
<p align="center">
|
||||
<a href="https://amphp.org/parallel"><img src="https://raw.githubusercontent.com/amphp/logo/master/repos/parallel.png?v=12-07-2017" alt="parallel"/></a>
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a href="https://travis-ci.org/amphp/parallel"><img src="https://img.shields.io/travis/amphp/parallel/master.svg?style=flat-square" alt="Build Status"/></a>
|
||||
<a href="https://coveralls.io/github/amphp/parallel?branch=master"><img src="https://img.shields.io/coveralls/amphp/parallel/master.svg?style=flat-square" alt="Code Coverage"/></a>
|
||||
<a href="https://github.com/amphp/parallel/releases"><img src="https://img.shields.io/github/release/amphp/parallel.svg?style=flat-square" alt="Release"/></a>
|
||||
<a href="https://github.com/amphp/parallel/blob/master/LICENSE"><img src="https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square" alt="License"/></a>
|
||||
</p>
|
||||
# amphp/parallel
|
||||
|
||||
AMPHP is a collection of event-driven libraries for PHP designed with fibers and concurrency in mind.
|
||||
`amphp/parallel` provides *true parallel processing* for PHP using multiple processes or native threads, *without blocking and no extensions required*.
|
||||
|
||||
To be as flexible as possible, this library comes with a collection of non-blocking concurrency tools that can be used independently as needed, as well as an "opinionated" worker API that allows you to assign units of work to a pool of worker threads or processes.
|
||||
@ -58,10 +50,6 @@ If you just want to fetch multiple HTTP resources concurrently, it's better to u
|
||||
|
||||
The functions you call must be predefined or autoloadable by Composer, so they also exist in the worker processes.
|
||||
|
||||
## Documentation
|
||||
|
||||
Documentation can be found on [amphp.org/parallel](https://amphp.org/parallel/) as well as in the [`./docs`](./docs) directory.
|
||||
|
||||
## Versioning
|
||||
|
||||
`amphp/parallel` follows the [semver](http://semver.org/) semantic versioning specification like all other `amphp` packages.
|
||||
@ -72,4 +60,4 @@ If you discover any security related issues, please email [`me@kelunik.com`](mai
|
||||
|
||||
## License
|
||||
|
||||
The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.
|
||||
The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information.
|
||||
|
Loading…
x
Reference in New Issue
Block a user