ComposableAsync.Factory NuGet Package

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.




Got any ComposableAsync.Factory Question?





Info

Version: 1.3.0
Author(s): David Desmaisons
Last Update: Monday, November 2, 2020
.NET Fiddle: Create the first Fiddle
Project Url: http://david-desmaisons.github.io/ComposableAsync/
NuGet Url: https://www.nuget.org/packages/ComposableAsync.Factory


Install
Install-Package ComposableAsync.Factory
dotnet add package ComposableAsync.Factory
paket add ComposableAsync.Factory
ComposableAsync.Factory Download (Unzip the "nupkg" after downloading)

.NETStandard 2.0 net472 netstandard2.1 2 packages depend on this package.


Tags



STATS

must-have-score

1.5

avg-downloads-per-day

1

days-since-last-release

1272