2017 © Pedro Peláez
 

project phpmultithread

Minimalistic Multithreading with Coroutines

image

low_ghost/phpmultithread

Minimalistic Multithreading with Coroutines

  • Wednesday, July 15, 2015
  • by low_ghost
  • Repository
  • 2 Watchers
  • 0 Stars
  • 362 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 6 Versions
  • 0 % Grown

The README.md

PhpMultithread

This minimalistic package allows asynchronous multithreading using coroutines and the Symfony/Process component. Coroutine structure based heavily on https://nikic.github.io/2012/12/22/Cooperative-multitasking-using-coroutines-in-PHP.html Basically, for use when you don't have access to reactPhp or other async frameworks, or message queues like Beanstalk or Redis and still want to run non-blocking processes on multiple threads. Supports running php closure functions by passing a closure obj to AsyncTask->create();, (*1)

See TaskRunnerExample.php for some simple examples., (*2)

The Versions

15/07 2015

dev-laravel4.2

dev-laravel4.2 https://github.com/low-ghost/PhpMultithread

Minimalistic Multithreading with Coroutines

  Sources   Download

MIT

The Requires

 

by Michael Bagwell

asynchronous multithreading coroutines

15/07 2015

dev-master

9999999-dev https://github.com/low-ghost/PhpMultithread

Minimalistic Multithreading with Coroutines

  Sources   Download

MIT

The Requires

 

by Michael Bagwell

asynchronous multithreading coroutines

15/07 2015

0.2.0

0.2.0.0 https://github.com/low-ghost/PhpMultithread

Minimalistic Multithreading with Coroutines

  Sources   Download

MIT

The Requires

 

by Michael Bagwell

asynchronous multithreading coroutines

15/07 2015

0.2.1

0.2.1.0 https://github.com/low-ghost/PhpMultithread

Minimalistic Multithreading with Coroutines

  Sources   Download

MIT

The Requires

 

by Michael Bagwell

asynchronous multithreading coroutines

19/06 2015

0.1.1

0.1.1.0 https://github.com/low-ghost/PhpMultithread

Minimalistic Multithreading with Coroutines

  Sources   Download

MIT

The Requires

 

by Michael Bagwell

asynchronous multithreading coroutines

17/06 2015

0.1.0

0.1.0.0 https://github.com/low-ghost/PhpMultithread

Minimalistic Multithreading with Coroutines

  Sources   Download

MIT

The Requires

 

by Michael Bagwell

asynchronous multithreading coroutines