Ruby 3 is putting a lot of emphasis on concurrency with the new (experimental) Ractor Actor model [1] and the Fiber Scheduler [2]. Concurrency in Ruby is getting a lot better.
1: https://github.com/ruby/ruby/blob/master/doc/ractor.md
2: https://bugs.ruby-lang.org/issues/16786