Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in actor

Akka Actors: Need an example to understand some basics

scala concurrency actor akka

Akka Socket per actor

Scala Actors: Different behavior on JRE 1.5 and 1.6

scala scala-2.8 java actor

What is the smallest unit of work that is sensible to parallelize with actors?

scala actor akka

Using Actors instead of `synchronized`

Relation between Akka and scala.actors in 2.10

scala akka actor scala-2.10

The strange case of multiple Futures in Scala

Actor-based distributed concurrency libraries for Ocaml and other languages [closed]

Using scala actor framework as fork-join computation?

scala actor fork-join

How are akka actors implemented on underlying threads?

Sleeping actors?

scala 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