Ruby Concurrent Programming
This is a talk that I presented in Case Common learning lunch:
Concurrent programming in Ruby is hard.
Before we start implement things with ‘Thread.new’, we should know the difference between Thread and Process, how to write thread safe code and what framework to use.
Comments