Skip to content

0.1.8

Compare
Choose a tag to compare
@trowski trowski released this 18 Jul 04:06
  • Defined a constant AMP_WORKER in the process created by WorkerProcess 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 in Amp\Parallel\Worker\pool() is not started until it is used instead of being started as soon as it is created/set.