DEV Community

Sharon Rosner
Sharon Rosner

Posted on

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!

Top comments (0)