Sign in Sign up
nuget

Concurrent.Flow

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.

nuget View on Nuget

Activity

Latest release
5y ago
Total releases
1
Cadence
Last 12 months
0

Details

First release
Nov 02, 2020
Releases
Version Released
1.3.0 initial