0.1.8
- Defined a constant
AMP_WORKERin the process created byWorkerProcessto easily identify when code is being run inside a worker. - Reduced the default minimum pool size from 4 to 1.
- The global
Poolinstance set inAmp\Parallel\Worker\pool()is not started until it is used instead of being started as soon as it is created/set.