Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in actor

Using Mokito to mock out an Akka Actor's log object

Erlang/Scala Migrating Actors from one node to another

Akka actor forward message with continuation

scala akka actor future

Akka - Is it possible to get the message in the actor's supervisor on it's failure?

scala akka actor

What is the difference between Actor Model Framework and Complex Event Processing (CEP)?

How do I rewrite a for loop with a shared dependency using actors

scala actor akka

Scala, check if Actor has exited

How can I use Akka Actors in a Java application?

Is there a programming language where every function is essentially run as a separate actor?

The actor pattern with Akka and long running processes

java scala akka actor

what would be the parallel java "actor" code to replace standard synchronization with threads code

Difference between actor pools and groups in Akka

akka actor

Akka 2.6 how to read `Dead Letters` in Akka Typed?

Sending messages to functions in Scala

scala concurrency actor

In Akka, how do I know when an actor is ready to use after having been registered with actorOf()?

actor akka message-passing

How do I unit test an akka Actor synchronously?

unit-testing scala akka actor

correctly terminate akka actors in scala

scala actor akka

Lifecyle of an actor in actor model

scala akka actor

time-based simulation with actors model

How to handle multiple Promises in an (akka) Actor?

scala akka actor