Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in actor

could not find implicit value for parameter system: akka.actor.ActorSystem

scala akka actor

What benefit do Props bring to actor creation in Akka?

akka actor prop

How can I host multiple Service Fabric Actor Types inside a single service?

Akka and ReactiveMongo

Akka actors unit testing with Scala

scala testing akka actor specs

In Erlang is there any way that a message sender can wait on a response?

erlang pid actor

What does the remote-actor framework do if trying to write to a client which is no longer there?

scala actor remote-actors

Proper way to access shared resource in Scala actors

scala concurrency actor

Akka clustering - one Manager Actor per node

Alternative way to threads under Android

Should my Akka actors' properties be marked @volatile?

actor volatile akka

Dependency injection with Akka

Is it bad practice to send an actor a message from something which is not an actor?

scala actor

Akka 2: How to pause processing of messages?

actor akka

Why is the actor "ask" pattern considered an anti-pattern or "code smell?"

scala akka actor

What is the difference between TPL dataflow and Akka.net?

blocking channels vs async message passing

call methods on akka actors in scala

scala akka actor

akka actors Toolkit - context.actorOf vs system.actorOf

java akka actor

stacking multiple traits in akka Actors

scala akka actor traits