Author:
Source
Ractor is Ruby’s new Actor-like concurrency abstraction—it lets execute code in parallel without worrying about thread safety. This article is an excellent introduction to Ractors and how to begin using them in your Ruby code.
https://www.honeybadger.io/blog/ractors/
https://www.honeybadger.io/blog/ractors/