
From Celluloid to Concurrent Ruby: Practical Examples of Multithreading Calls
Multithreading is a hot topic in the Ruby community. There are many good sources of theoretical knowledge (e.g. this blog post written by Janek), so let’s focus more on practical use cases. In this article, I’m showcasing a few different ways of making asynchronous calls within a single process and ensuring their completion.
Posted on 05 January 2024