Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in actor

Scala Remote Actors - Pitfalls

program hangs when using multiple futures with multiple remote actors

scala scala-2.8 actor future

Actors in Clojure

clojure actor

How to interrupt task in Scala?

multithreading scala actor

libcppa actor that spawns actors on socket connections

Dart Isolate vs Akka

dart akka actor dart-isolates

Scala stateful actor, recursive calling faster than using vars?

performance scala actor

How does Akka handle message versions?

How to "publish" a large number of actors in CAF?

How to Merge or skip duplicate messages in a Scala Actor?

scala 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?

TPL Dataflow, how to forward items to only one specific target block among many linked target blocks?