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