Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in actor

Which ThreadPool in Java should I use?

java scala threadpool actor akka

Akka and state among actors in cluster

Does Producer/Consumer model equal Actor?

How do I mix typed and untyped actors?

Understanding the actor model by modeling a bank

multithreading actor

How do I setup akka Actor fault tolerance?

scala actor akka

Where should Rx be used? [duplicate]

c# system.reactive actor

Actor calculation model using boost::thread

c++ multithreading boost actor

Akka.NET actors and wrappers (potentially with Rx)

How to discover that a Scala remote actor is died?

In AKKA does calling shutdown on a supervisor stop all the actors it's supervising?

How to know if an actor is idle

java actor akka

Composing actors

scala actor akka

Advantages of actors over futures

actor future

Does it make sense to use a pool of Actors?

scala concurrency erlang actor

Executing CPU-bound tasks with Scala actors?

scala concurrency actor

Akka and built in Scala Actors: What's the difference for local use?

scala actor akka

Akka testing supervisor error handling

scala unit-testing akka actor

Processing concurrently in Scala

scala concurrency actor

Does a wait on Scala Future block thread?

scala actor future promise