Ruby Concurrency Progress Report
12-Dec-2019 1705
Concurrency is the interleaving of tasks which are performing non-blocking operations. Parallelism is the simultaneous execution of tasks which are performing processor intensive work. With this in mind, we discussed having two separate abstractions. By doing this, we can keep both concurrency and parallelism simple by avoiding thread-safety issues which plague existing code.
Ruby Concurrency Progress Report #ruby #rubydeveloper #rubyonrails #Concurrency #Progress #Report https://rubyonrails.ba/link/ruby-concurrency-progress-report