andrewvc / learn-ruby-zeromq

Learn ZeroMQ using Ruby!
272 stars 29 forks source link

Waiting for each worker thread to terminate #7

Closed lbarasti closed 5 years ago

lbarasti commented 10 years ago

In the previous version we were only waiting for the last-initialized thread to finish. Unless I missed something, I guess that was not the intended behaviour.