Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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

Is having many threads in a JVM application expensive?

multithreading scala jvm actor

Incremental processing in an akka actor

scala akka actor

Design Patterns with Actors

Akka remote actors, superclass without default constructor

scala akka actor remote-actors

What is `self` in Akka?

scala actor akka