Quantcast
Channel: concurrency – blog.
Viewing all articles
Browse latest Browse all 20

An actor model implementation in C# using TPL DataFlow

$
0
0

The actor model (Wikipedia) An actor is an entity that you can send messages to. In response to a message an actor can do any of the following: * Send messages to other actors * Create new actors * Set behaviour for the next message it receives, (that is, change its internal state) Lets say […]

The post An actor model implementation in C# using TPL DataFlow appeared first on blog..


Viewing all articles
Browse latest Browse all 20

Trending Articles