Lucian Ghinda
All about coding

All about coding

Follow
homeRuby/Rails Tips and TILShortsEssaysAbout meWeekly Ruby NewsletterBlog Newsletter
Tag

concurrency

#concurrency

More content

Read more stories on Hashnode


Articles with this tag

Using Concurrent::Promise while rescuing exceptions in Ruby

Nov 22, 20213 min read

As I could not find a clear example about how to rescue exceptions from Concurrent::Promises (part of the Concurrent Ruby gem ) I read through the...

Using Concurrent::Promise while rescuing exceptions in Ruby