Ross ROSS = Recommend OSS · open-source software intelligence for agents

Real-Serious-Games/C-Sharp-Promise

Promises library for C# for management of asynchronous operations. observed · 2026-08-28

github.com/Real-Serious-Games/C-Sharp-Promise · C# · MIT (permissive) observed · 2026-08-28

Health v2 · maintenance only

23/100

  • Activity 0
  • Release rhythm 8
  • Longevity 100
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: 4326
  • days_rel: n/a
  • days_push: 2305
  • n_releases_24m: 0

Full methodology

Adoption not part of the score

1241 stars · 151 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

A Promises/A+ compliant promises library for C# for managing asynchronous operations, inspired by JavaScript promises. It is widely used for game development on Unity3d and is available as the RSG.Promise NuGet package.

Use cases

  • manage asynchronous operations in C# with promises
  • chain async operations in Unity3d games
  • avoid callback hell in C# async code
  • combine multiple async operations with Promise.All
  • report progress of long-running async tasks in Unity
  • handle async errors with catch and finally in C#

When to choose

  • you are building games or simulations in Unity3d and want JavaScript-style promises
  • you need a Promises/A+ compliant async workflow library for C#
  • you want promise chaining, progress reporting, and Promise.All combinators in .NET

When to avoid

  • you are on modern .NET and prefer built-in async/await with Task and TaskCompletionSource
  • you need a library with frequent updates and active maintenance
  • you need cancellation-first async patterns rather than promise semantics

Facets

library · maturity maintenance

concurrency developer-tools developer-tools cross-platform cross-platform game-engine dotnet promises async csharp unity3d promises-a-plus promise-chaining game-development

1 source

Member repositories

RepositoryRoleHealth v2
Real-Serious-Games/C-Sharp-Promisemain23

For agents

markdown · JSON · MCP: product_card(name="Real-Serious-Games/C-Sharp-Promise")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem