Slide 76
Slide 76 text
What Is It?
• Implementation of the actor model by Tony
Arcieri. He’s a Ruby hero!
• Handles pooling, supervising, messaging, and many
other things
• Makes writing concurrent OOP as easy as
sequential OOP programs.
• Avoids deadlocks by handling state internally
• Actors are threads ; method calls are fibers