- Added option to the
WaitGroup
runnable to block theClose
function on theWaitgroup
completing
- Updated
process
runnable to not return an error, when one of the signals to listen for is received
- Added support for ordered shutdown.
- Added
contrib/ticker
.
- Renamed the
contrib/waitgroup
constructor.
- Added
contrib/waitgroup
. - Partial unit test coverage for
run.go
. - Some additional code comments on
runnable.Run
.
- Fixed syntax error in
group_test.go
. - Wait until
n
messages come acrosscloseCh
, notn-1
. This was a copy/paste issue.
- Initial release.