Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in actor

Actor model with Akka.NET: how to prevent sending messages to dead actors

akka actor akka.net

How to define actor as a class in Kotlin

Using Scala Actors to create sth like a Pipeline

How to prevent actor mailbox growing in Scala?

scala actor

Akka context watch/unwatch happens-before relationship

Using Akka actors to invoke or pass messages to Python code

python scala akka actor pykka

Scala 2.8 Actor design document? Akka design document?

scala scala-2.8 actor akka

Are seda and the actor model essentially equivalent?

Hard restart directive in Akka?

scala akka actor

How can I ensure orleans grain consistency?

c# erlang actor orleans

Migrating from Java concurrency to Scala concurrency

java scala concurrency actor

scala actors: long running io operations

How to change the timeout in composed futures?

scala actor akka

Scala actors inefficiency issue

java scala jvm actor

Does Akka support in-process messaging without object serialization?

How do we test Actors in Java?

Is it OK to use blocking actor messages when they are wrapped in a future?

scala actor akka

From where we get sender actor when a particular message is received?

scala actor remote-actors

Error not found value context?

What is the difference between timers.startSingleTimer and scheduler.scheduleOnce in Akka Actor?

scala akka scheduling actor