New posts in actor

Can Scala actors process multiple messages simultaneously?

Which Actor model library/framework for python and Erlang-like? [closed]

When should one use the Actor model?

Actor pattern - what it exactly constitutes

Scala actors - worst practices? [closed]

Different Scala Actor Implementations Overview

Difference between forward and tell in akka actors

What does a single apostrophe mean in Scala? [duplicate]

Is F# really faster than Erlang at spawning and killing processes?

Design patterns/best practice for building Actor-based system

Akka Actor not terminating if an exception is thrown

How are the multiple Actors implementation in Scala different?

What's the difference of the Akka's Actor with Scala's Actor model

Any good implementation of Actors for C#? [closed]

Akka in Scala, exclamation mark and question mark

The actor model: Why is Erlang/OTP special? Could you use another language?

What design decisions would favour Scala's Actors instead of JMS?

How does Actors work compared to threads?

How is Node.js evented system different than the actor pattern of Akka?

Scala actors: receive vs react