Ruby async await
24-Oct-2018 2786
There is a lot of buzz about asyc await from the javascript world, the concept is very simple and make your code much more readable.You want to execute something without blocking the main thread but you want the next line of code to run once the non blocking code finish, meaning continue code execution in its written order.
Ruby async await #ruby #rubydeveloper #rubyonrails #async #await https://rubyonrails.ba/link/ruby-async-await