Skip to content

Commit

Permalink
Merge pull request #7 from cheprasov/dev
Browse files Browse the repository at this point in the history
v1.0.0
  • Loading branch information
cheprasov committed Feb 2, 2016
2 parents bd2d1c7 + 45f30bd commit d55f834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# php-parallel
# Parallel v1.0.0 for PHP >= 5.5

The class allows you to run multiple operations parallel in different processes and send results to the main process. Useful if you need to run multiple independent operations simultaneously, instead of sequential execution, or if you run several independent queries, for example, queries to different data bases.

Expand Down

0 comments on commit d55f834

Please sign in to comment.