ComposableAsync.Core
1.3.0
Install-Package ComposableAsync.Core -Version 1.3.0
dotnet add package ComposableAsync.Core --version 1.3.0
<PackageReference Include="ComposableAsync.Core" Version="1.3.0" />
paket add ComposableAsync.Core --version 1.3.0
#r "nuget: ComposableAsync.Core, 1.3.0"
// Install ComposableAsync.Core as a Cake Addin
#addin nuget:?package=ComposableAsync.Core&version=1.3.0
// Install ComposableAsync.Core as a Cake Tool
#tool nuget:?package=ComposableAsync.Core&version=1.3.0
Create and compose complex asynchronous behavior in .Net.
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
- No dependencies.
-
.NETStandard 2.0
- No dependencies.
-
.NETStandard 2.1
- No dependencies.
NuGet packages (4)
Showing the top 4 NuGet packages that depend on ComposableAsync.Core:
Package | Downloads |
---|---|
RateLimiter
C# client-side rate limiting utility. Features: * Easy to use * Fully asynchronous: lower resource usage than thread sleep * Cancellable via CancellationToken * Thread safe so you can share time contraints object to rate limit diferent threads using the same resource * Composable: ability to compose diferent rate limits in one constraint |
|
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. |
|
ComposableAsync.Concurrent
Package Description |
|
ComposableAsync.Resilient
ComposableAsync.Resilient provides dispatchers that implement resilient behaviors to handle exceptions, includient retry and circuit breaker. |
GitHub repositories (2)
Showing the top 2 popular GitHub repositories that depend on ComposableAsync.Core:
Repository | Stars |
---|---|
SHOEGAZEssb/Last.fm-Scrubbler-WPF
Manual Last.fm scrobbling for when a service (or you!) failed to scrobble.
|
|
David-Desmaisons/RateLimiter
C# rate limiting utility
|
Version | Downloads | Last updated |
---|---|---|
1.3.0 | 296,618 | 11/2/2020 |
1.1.0 | 115,249 | 7/31/2019 |
1.0.3 | 5,309 | 7/4/2019 |
1.0.2-alpha.2 | 234 | 6/27/2019 |
1.0.2-alpha.1 | 236 | 6/17/2019 |
1.0.1-alpha.2 | 287 | 6/7/2019 |
1.0.1-alpha.1 | 275 | 6/7/2019 |
1.0.0-alpha.5 | 272 | 6/4/2019 |
1.0.0-alpha.4 | 268 | 6/2/2019 |
1.0.0-alpha.3 | 241 | 5/30/2019 |
1.0.0-alpha.2 | 243 | 5/28/2019 |
1.0.0-alpha.1 | 240 | 5/23/2019 |