Skip to main content
EasyActor package icon

EasyActor

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.

Total Downloads
4.0K
4,032
Published
Dec 27, 2015
Latest stable version

Install

.NET CLI
dotnet add package EasyActor --version 0.6.0
Package Manager Console
Install-Package EasyActor -Version 0.6.0
PackageReference
<PackageReference Include="EasyActor" Version="0.6.0" />

Frameworks

No framework metadata available.

Dependencies

[3.3.3, )

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

No SPDX license expression is published. Review the license text and your organisation's policy before redistribution.

No target framework metadata is available. Confirm compatibility in a representative project before standardising on this package.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.