Slide 79
Slide 79 text
Concurrent Ruby
• Grab bag of concurrency patterns
• Actor, Agent, Channel, Future, Promise,
ScheduledTask, TimerTask, Supervisor
• Thread pools, executors, timeouts,
conditions, latches, atomics
• May grow into a central lib for conc stuff
• https://github.com/jdantonio/concurrent-ruby