281 packages tagged with “Actor”
TPL Dataflow promotes actor/agent-oriented designs through primitives for in-process message passing, dataflow, and pipelining. TDF builds upon the APIs and scheduling infrastructure provided by the Task Parallel Library (TPL), and integrates with the language support for asynchrony provided by C#, Visual Basic, and F#. Supported Platforms: - .NET Framework 4.5 - Windows 8 - Windows Phone 8.1 - Windows Phone Silverlight 8 - Portable Class Libraries
Canonical actor model implementation for .NET with local + distributed actors in C# and F#.
Remoting support for Akka.NET. Allows actors to communicate over the network.
Distributed coordination support for Akka.NET
Streaming support for Akka.NET. Introduces a LINQ-like interface for writing asynchronous, back-pressure-aware streams built on top of Akka.NET actors.
Persistence for Akka.NET actors. Allows actors to persist and recover their state in a database-agnostic fashion.
You need a Akka.TestKit.* package! Add the one appropriate for the test framework you use instead. For example: Akka.TestKit.Xunit or Akka.TestKit.VsTest. This package only contains base functionality for writing tests for the Akka.NET framework.
Clustering support for Akka.NET actors. Used to build highly-available, distributed applications.
Serilog logging adapter for Akka.NET.
Dependency injection support for Akka.NET
ServiceFabric.Mocks contains many mocks and helper classes to facilitate and simplify unit testing of your Service Fabric Actor and Service projects.
Distributed publish/subscribe, client and singleton support for Akka.NET cluster
Replicated data using CRDT structures
Ultra-fast distributed actors for .NET.
Sharded actors with managed lifecycle for Akka.NET cluster. Used to distribute state in a fault-tolerant, consistent fashion over an Akka.NET cluster.
Dependency injection support for Akka.NET [DEPRECATED - replaced by Akka.DependencyInjection]
Service Discovery for Akka.NET
TestKit for writing tests for Akka.NET using xUnit.
Stream based query interface for persistence journal plugins for Akka.NET
Akka.NET Persistence ADO.NET middleware
Hyperion serializer for Akka.NET
NLog logging adapter for Akka.NET.
AutoFac Dependency Injection (DI) support for Akka.NET
An implementation of an actor designed to integrate with C#'s async/await.