1
0
mirror of https://github.com/danog/parallel.git synced 2024-12-03 18:17:52 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
Aaron Piotrowski
5bca326354 Remove Interface suffixes 2015-12-04 23:50:32 -06:00
Aaron Piotrowski
92a26930ee Update for Icicle v0.9 2015-12-04 21:54:55 -06:00
Yves Chedemois
486a3e4c7a Pool $maxSize was ignored 2015-11-08 15:49:35 +01:00
Aaron Piotrowski
7def2ae5a3 No longer call kill() in destructors
This means forks/processes/threads must be properly shutdown or killed before a reference is lost or the thread will continue to run indefinitely. This was necessary because forks were automatically killing other processes or threads due to calling kill() in the destructor.
2015-09-14 18:59:33 -05:00
Aaron Piotrowski
16f7172a61 Small worker and pool tweaks 2015-09-09 00:18:05 -05:00
Aaron Piotrowski
3f097bab4c Simplify pool implemenation 2015-09-05 12:50:53 -05:00
Aaron Piotrowski
7a60d74937 Tweak worker pool; reject pending tasks on shutdown 2015-09-02 08:51:59 -05:00
coderstephen
789f6f5620 Add standard PoolInterface 2015-08-29 00:41:00 -05:00
coderstephen
95cbd8a365 Various improvements for worker pools 2015-08-28 20:30:53 -05:00