StephenCleary/AsyncEx
A helper library for async/await. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4501
- days_rel: n/a
- days_push: 975
- n_releases_24m: 0
Adoption not part of the score
3724 stars · 373 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-29, confidence not recorded
A C# helper library providing async-compatible coordination primitives for async/await code, such as AsyncLock, AsyncSemaphore, and AsyncManualResetEvent. It targets netstandard1.3/2.0 and is distributed via the Nito.AsyncEx NuGet package.
Use cases
- lock asynchronously in C# without blocking threads
- use a semaphore or manual reset event with await
- synchronize async code with cancellation support
- replace lock statements in async methods
- coordinate async tasks with reader-writer locks
When to choose
- you write async/await C# code and need async-compatible locking or signaling primitives
- you need cancellation-aware synchronization in .NET
- you target .NET Core, .NET Framework 4.6+, Xamarin, or UWP
When to avoid
- your code is purely synchronous and standard lock/Monitor suffices
- you need primitives not covered by the library and prefer building custom solutions
- you are on a platform below netstandard1.3
Facets
library · maturity maintenance
concurrency developer-tools developer-tools dotnet cross-platform async-await csharp async-lock coordination-primitives task algorithms
1 source
- readme: https://github.com/StephenCleary/AsyncEx · fetched 2026-08-28 · c37974ac043d
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| StephenCleary/AsyncEx | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="StephenCleary/AsyncEx")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem