DEV Community

Discussion on: Promises for Rubyists

Collapse
 
thorstenhirsch profile image
Thorsten Hirsch

Hi Lola, being a RoR developer myself I also found the concept of Promises very counter-intuitive when I saw it first. I think a good start for Rubyists is to check out ruby-concurrent. They also have async/await.

Collapse
 
lolaodelola profile image
Lola

Thank you! Ruby Concurrent was actually mentioned in my draft and you're right, it's a good library for implementing promise-type & async functionality into Ruby projects.