Hi Everyone! I hope you are having a good weekend. I finally got around to
releasing v1.0 of process-group, a library for running multiple child
processes (or forks of ruby) and it explicitly supports fibers so that
commands can be run concurrently by the host ruby process. It allows you to
write code (e.g. a script running lots of commands on different machines
via ssh) in a simple and easy to understand way.