AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
Thread Safety in Ruby Libraries
In the early days of JRuby, thread safety was often an afterthought. Over the past 10 years, we've managed to do a lot of education of the Ruby community on how to write good thread safe code. There's a library called concurrent Ruby available now that basically has all the possible concurrency patterns implemented. It does happen but much less.