Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in actor

Is it reasonable to view highly autonomous actors as agents?

How to implement actor model without Akka?

scala concurrency akka actor

When could Futures be more appropriate than Actors (or vice versa) in Scala?

scala concurrency actor future

Good book about Akka library and actor-based concurrency model [closed]

actor akka

How would you explain actors to a non-programmer? [closed]

actor actor-model

Is the actor model limited to specific languages?

could not find implicit value for parameter system: akka.actor.ActorSystem

scala akka actor

What benefit do Props bring to actor creation in Akka?

akka actor prop

How can I host multiple Service Fabric Actor Types inside a single service?

Akka and ReactiveMongo

Akka actors unit testing with Scala

scala testing akka actor specs

In Erlang is there any way that a message sender can wait on a response?

erlang pid actor

What does the remote-actor framework do if trying to write to a client which is no longer there?

scala actor remote-actors

Proper way to access shared resource in Scala actors

scala concurrency actor

Akka clustering - one Manager Actor per node

Alternative way to threads under Android

Should my Akka actors' properties be marked @volatile?

actor volatile akka

Dependency injection with Akka

Is it bad practice to send an actor a message from something which is not an actor?

scala actor

Akka 2: How to pause processing of messages?

actor akka