conferences | speakers | series

Concurrent Ruby: low and high-level concurrency abstractions for the Ruby language

home

Concurrent Ruby: low and high-level concurrency abstractions for the Ruby language
FOSDEM 2015

The concurrent-ruby is a gem which provides a variety of concurrency abstractions at high and low levels. It is an unopinionated toolbox allowing users to pick the right tool for a given concurrent problem. The gem has Agents, Actors, STM and many more.

The talk will cover: - Overview of the available tools. - Examples of some abstractions. - Java and C specific implementations.

Speakers: Petr Chalupa