Skip to content

Releases: 6dreams/parallel-pool

Added thread error handler

13 Dec 10:39

Choose a tag to compare

Pool::withErrorHandler(static function (\Throwable $error) {
   return true; // restart thread
});

1.1.3

20 Aug 11:02

Choose a tag to compare

isFinished bug fix

Restart threads that die from exception

15 Aug 09:17

Choose a tag to compare

1.1.2

Added ability to restart exited with error threads.

1.1.1

19 Jun 13:33

Choose a tag to compare

Version update, removed stubs from requirements

1.1.0

18 Jun 15:21

Choose a tag to compare

All ThreadConfig properties private → protected

1.0.0

07 Jun 14:33

Choose a tag to compare

Initial release