Changes for version 0.04 - 2012-09-03

  • kal: - separated out thread creation sub
    • simplified worker creation/adding subs
    • updated POD documentation, including example

Modules

Creates a "boss" which feeds a queue, which is serviced by a pool of threads called "workers". This module aims to be lightweight with limited features. Its primary aim is to provide simple Boss/Worker thread management while keeping dependencies low.