Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in actor

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

Akka actor lookup or dependency injection

akka actor

Akka Java FSM by Example

java akka actor fsm

Why are messages received by an actor unordered?

scala concurrency actor

How to get the actor system reference from inside the actor

scala akka actor throttling

How to store state in an F# Akka.NET Actor?

f# actor akka.net

What's the difference between Erlang Actors, Scala Actors and the theoretical concept "Actor"?

scala erlang akka actor

how to cancel ConsoleReader.readLine()

scala actor jline

Multi thread approach vs Akka actor model

multithreading akka actor

Does the Rust actors framework Actix guarantee message order between two actors?

rust actor rust-actix

Should actor messages extend a common trait?

scala actor akka

Akka Actors: Handling DB Failures Without Losing Data

database scala akka actor

Akka remote actor server discovery

java scala actor akka

Is it safe for Akka actor become method to close over immutable state?

scala akka actor

Sending a PoisonPill to an Actor in Java

java scala actor akka