DEV Community

Discussion on: Basic Concurrency in Ruby. Really Basic.

Collapse
 
briankephart profile image
Brian Kephart

Thanks for the reply, and for adding another (better!) approach.

I used concurrent-ruby because it was already in my project as a Rails 5 dependency, so when I started my search it seemed like the obvious tool for the job. Now it turns out what I needed was in the standard library all along, go figure.