Concurrent Ruby: low and high-level concurrency abstractions for the Ruby language
Discussion of concurrency patterns available and how they're implemented for Ruby
- Track: Ruby devroom
- Room: K.4.401
- Day: Saturday
- Start: 13:00
- End: 13:45
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 |