Top 20 NuGet Packages depending on ComposableAsync.Core

Total dependencies: 4

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 compos...
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 t...
ComposableAsync.Resilient provides dispatchers that implement resilient behaviors to handle exceptions, includient retry and circuit breaker.
Package Description