ComposableAsync.Factory
1.3.0
Install-Package ComposableAsync.Factory -Version 1.3.0
dotnet add package ComposableAsync.Factory --version 1.3.0
<PackageReference Include="ComposableAsync.Factory" Version="1.3.0" />
paket add ComposableAsync.Factory --version 1.3.0
#r "nuget: ComposableAsync.Factory, 1.3.0"
// Install ComposableAsync.Factory as a Cake Addin
#addin nuget:?package=ComposableAsync.Factory&version=1.3.0
// Install ComposableAsync.Factory as a Cake Tool
#tool nuget:?package=ComposableAsync.Factory&version=1.3.0
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.
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETFramework 4.7.2
- Castle.Core (>= 4.4.0)
- ComposableAsync.Core (>= 1.3.0)
-
.NETStandard 2.0
- Castle.Core (>= 4.4.0)
- ComposableAsync.Core (>= 1.3.0)
-
.NETStandard 2.1
- Castle.Core (>= 4.4.0)
- ComposableAsync.Core (>= 1.3.0)
NuGet packages (2)
Showing the top 2 NuGet packages that depend on ComposableAsync.Factory:
Package | Downloads |
---|---|
ComposableAsync.Concurrent
Package Description |
|
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. |
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on ComposableAsync.Factory:
Repository | Stars |
---|---|
David-Desmaisons/RateLimiter
C# rate limiting utility
|
Version | Downloads | Last updated |
---|---|---|
1.3.0 | 934 | 11/2/2020 |
1.1.0 | 1,195 | 7/31/2019 |
1.0.3 | 408 | 7/4/2019 |
1.0.2-alpha.2 | 223 | 6/27/2019 |
1.0.2-alpha.1 | 226 | 6/17/2019 |
1.0.1-alpha.2 | 273 | 6/7/2019 |
1.0.1-alpha.1 | 269 | 6/7/2019 |
1.0.0-alpha.5 | 256 | 6/4/2019 |
1.0.0-alpha.4 | 251 | 6/2/2019 |
1.0.0-alpha.2 | 224 | 5/28/2019 |
1.0.0-alpha.1 | 229 | 5/23/2019 |
Update to .NET Standard