Changes for version 1.006

  • Joel C. Maslak <jmaslak@antelope.net>
    • Add waitone() method, which allows you to wait for one and exactly one child thread to return. This is useful in building worker pools.
    • Add count() method, which returns the number of outstanding threads running or waiting to send output. This is also usesful for building worker pools.

Modules

Provide easy-to-use forking with ability to pass back data