Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in actor

Scala remote actors

scala actor

Akka Actor ask and Type Safety

What are the differences and useage patterns for dispatchers in Akka 2?

scala akka actor

akka cluster seed nodes give error: dropping message for non-local recipient

scala akka actor akka-cluster

How do I get hold of exceptions thrown in a Scala Future?

Alternatives to using "var" for state with actors?

scala akka actor

How to rename actors in draw.io

scala actors vs threads and blocking IO

Wait on asynchronous Future call before processing next message in Akka

scala akka actor

What is the difference between Typed and UnTyped Actors in Akka? When to use what?

java actor akka

Is passing around ActorRef to other Actors good or bad ?

Differences between AMQP and ZeroMQ

Akka TypedActor vs. writing my own static interface to an Actor class

scala akka actor typedactor

Can Scala actors process multiple messages simultaneously?

scala concurrency actor

How does I/O work in Akka?

How Clojure's agents compare to Scala's actors?

Scala final vs val for concurrency visibility

Blocking calls in Akka Actors

Scala pattern matching confusion with Option[Any]

libgdx difference between sprite and actor

sprite libgdx actor