top | item 46598836

Working with Ruby Threads

3 points| gmac | 1 month ago |workingwithruby.com

3 comments

order

steve_gh|1 month ago

Interesting, but probably a bit out of date, as it is based on Ruby 2.0, and Ruby 4 has just been released. Also, we now have more concurrency primitives like Fibers and Ractors, as well as the Threads discussed in the article.

gmac|1 month ago

True. Do you know of any vaguely equivalent resources for learning about those?