An open API service indexing awesome lists of open source software.

https://github.com/mgomez-dev-code/async-await-fanout

Concurrent fan-out demo in .NET 8 using async/await, SemaphoreSlim, and per-call timeouts. Handles partial success gracefully with clean, testable code.
https://github.com/mgomez-dev-code/async-await-fanout

async-await cancellationtoken ci-cd clean-code concurrency console-app csharp demo dotnet fan-out github-actions moq parallelism partial-success patterns semaphore-slim task-whenall timeout xunit

Last synced: about 1 month ago
JSON representation

Concurrent fan-out demo in .NET 8 using async/await, SemaphoreSlim, and per-call timeouts. Handles partial success gracefully with clean, testable code.

Awesome Lists containing this project