EasyActor 0.6.0
dotnet add package EasyActor --version 0.6.0
NuGet\Install-Package EasyActor -Version 0.6.0
<PackageReference Include="EasyActor" Version="0.6.0" />
paket add EasyActor --version 0.6.0
#r "nuget: EasyActor, 0.6.0"
// Install EasyActor as a Cake Addin #addin nuget:?package=EasyActor&version=0.6.0 // Install EasyActor as a Cake Tool #tool nuget:?package=EasyActor&version=0.6.0
EasyActor provides a factory that transforms POCOs in actors that are then seen trougth an interface. Actor guarantees that all calls to the actor interface will occur in a separated thread, sequencially.
In order to work, The target interface should only expose methods returning Task or Task. If this not the case, an exception will be raised at runtime when calling a none compliant method. Make also sure that all method parameters and return values are immutable to avoid concurrency problems.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- Castle.Core (>= 3.3.3)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on EasyActor:
Package | Downloads |
---|---|
EasyActor.Pipeline
EasyActor.Pipeline is a lightweigth framework to create asynchroneous pipeline to transform information. |
GitHub repositories
This package is not used by any popular GitHub repositories.