Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in actor

Akka - Common service actor: Identify or Extension

scala akka actor identify

Whose responsibility is creating Akka actor's children when it fails?

scala akka actor

"Dead Letters encountered" error while running AKKA remote actors

scala akka remoting actor

What happens when we use loop instead of while(true) with scala actors?

scala actor

is there any scala network library with actor model

scala networking actor

React for futures

scala actor future

Client-Server example with Scala actors

scala actor

fork and join using Akka

Pattern for interruptible loops using actors

scala actor akka

Invoking a Future inside a receive method and stopping the actor after that

scala akka actor future

Akka Configuration Exception: Logger specified can't be loaded

Should Akka Actors do real processing tasks?

Waiting for multiple results in Akka

akka actor nonblocking

Execution context for futures in Actors

scala akka actor future

In Erlang, is it possible to send a running process to a different node?

erlang actor agent mobility

Akka Actor Test: Automatic reply with a TestProbe

scala akka actor akka-testkit

What does function "eventloop" do in Scala Actors?

scala actor

Importance of Akka Routers

scala akka actor

In which way is akka real-time?

pykka -- Actors are slow?

python actor pykka