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
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!
Articles
12 articles in total
Papercraft - Composable Templating for Ruby
read article
About that monkey-patching business...
read article
Explaining Ruby Fibers
read article
Embracing Infinite Loops with Ruby and Polyphony
currently reading
A Compositional Approach to Optimizing the Performance of Ruby Apps
read article
How I Write Code: Pen & Paper
read article
Ever: a callback-less event reactor for Ruby
read article
What's new in Polyphony and Tipi - August 2021 edition
read article
What's new in Polyphony - July 2021 edition
read article
What's new in Polyphony - June 2021 edition
read article
Polyphony has an io_uring backend!
read article
Polyphony - fine-grained concurrency for Ruby
read article
Featured ones: