Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in actor

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

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