Skip to content

Releases: wapmorgan/Threadable

0.0.6: Simulation mode

21 Sep 05:22

Choose a tag to compare

Added simulation mode for testing purposes and when pcntl extension is not available

0.0.5: BackgroundWork upgrade

30 Mar 16:23

Choose a tag to compare

  • Added BackgroundWork::doInBackgroundParallel() as opposite for doInBackground() to parallel working.
  • Updated examples using BackgroundWork.
  • Updated callback signature for BackgroundWork::doInBackground(), added worker instance: (Worker $worker, int $payloadI, $payloadData).
  • Added Worker::getCurrentPayload(): int
  • Added WorkersPool::getRunningWorkers(): Worker[]

0.0.4: BackgroundWork class

26 Mar 16:20
58d86d2

Choose a tag to compare

  • Add BackgroundWork class.

0.0.3

09 Mar 21:51

Choose a tag to compare

Change signature of sendPayload() and onPayload() methods (remove array type-hint in $payload argument).

0.0.2

26 Feb 14:25

Choose a tag to compare

  • Updated DownloadWorker
  • Add tests
  • Add returning result from worker in checkForFinish().

0.0.1

18 Feb 20:54
d92158e

Choose a tag to compare

First release.