Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

this vs self inside akka actor class

scala akka actor akka-actor

The Scala way to use one actor per socket connection

Scala variable binding when used with Actors

scala closures akka actor

Akka actorSelection vs actorOf Difference

scala akka actor

how to do actors (erlang) in java?

java erlang concurrency actor

Akka :: Using messages with different priorities over event stream in ActorSystem

Getting instance of class used to create an actor in Akka in test

How Arbiters from the actor model are implemented in Erlang?

Can Scala's Actor framework handle 10.000 actors without stack problems?

scala concurrency actor