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.
- Host: GitHub
- URL: https://github.com/mgomez-dev-code/async-await-fanout
- Owner: mgomez-dev-code
- License: mit
- Created: 2025-11-03T22:22:30.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-11-03T22:49:13.000Z (7 months ago)
- Last Synced: 2025-11-04T00:18:21.954Z (7 months ago)
- Topics: 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
- Language: C#
- Homepage:
- Size: 9.77 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE