Concurrent.Flow 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 Concurrent.Flow Question?





Info

Version: 1.3.0
Author(s): David Desmaisons
Last Update: Monday, November 2, 2020
.NET Fiddle: Create the first Fiddle
NuGet Url: https://www.nuget.org/packages/Concurrent.Flow


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

.NETStandard 2.0 net472 netstandard2.1


Tags



STATS

must-have-score

.8

avg-downloads-per-day

0

days-since-last-release

1273