Skip to main content
ComposableAsync.Factory package icon

ComposableAsync.Factory

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
9.8K
9,829
Published
Jul 31, 2019
Latest stable version

Install

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

Frameworks

.NETFramework4.7.2 .NETStandard2.0

Dependencies

ComposableAsync.Core
.NETFramework4.7.2
[1.1.0, )
Castle.Core
.NETFramework4.7.2
[4.4.0, )
ComposableAsync.Core
.NETStandard2.0
[1.1.0, )
Castle.Core
.NETStandard2.0
[4.4.0, )

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.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

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.