Logo

dev-resources.site

for different kinds of informations.

Embracing Infinite Loops with Ruby and Polyphony

Published at
10/14/2021
Categories
ruby
concurrency
polyphony
Author
Sharon Rosner
Categories
3 categories in total
ruby
open
concurrency
open
polyphony
open
Embracing Infinite Loops with Ruby and Polyphony

Infinite loops are great for expressing long-running concurrent operations. In this article I’ll discuss the use of infinite loops as a major construct when writing concurrent apps in Ruby using Polyphony. I’ll show how infinite loops differ from normal, finite ones; how they can be used to express long-running tasks in a concurrent environment; and how they can be stopped. Read it now!

Featured ones: