1
0
Fork 0
Datei suchen
Tudor Barbu 98419f3943 Merge pull request #2 from bpteam/master
add composer.json
2015-07-02 20:09:03 +02:00
LICENSE Initial commit 2014-07-27 11:57:30 +03:00
README.md changed wording 2015-04-10 09:54:29 +02:00
Thread.php minor changes 2015-04-10 09:53:11 +02:00
ThreadQueue.php minor changes 2015-04-10 09:53:11 +02:00
composer.json add autoload 2015-07-02 17:30:03 +03:00
example1.php usage 2015-04-10 09:53:24 +02:00
example2.php can call a static class 2015-04-10 09:58:03 +02:00

README.md

php-thread

  • Thread.php: Simple implementation of threading in PHP using pnctl
  • ThreadQueue.php: Enqueue tasks to run them in parallel easily