# @quenty/promise

> Promise implementation for Roblox

Latest version **10.24.0** (published 2026-08-28) · MIT license · 0 weekly downloads

## Install

```sh
npm install @quenty/promise
pnpm add @quenty/promise
yarn add @quenty/promise
bun add @quenty/promise
```

## Health

**Score 55/100 (C)** — status: active.

Positive: no vulnerabilities; recently updated; high maintenance score.

Warnings: low downloads; no types; no esm support.

## Facts

| | |
|---|---|
| Version | 10.24.0 |
| Published | 2026-08-28 |
| First published | 2021-07-07 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 96 KB |
| Known vulnerabilities | 0 |
| Install scripts | yes |
| GitHub stars | 610 |
| Maintainers | quenty |
| Keywords | Roblox, Nevermore, Lua, promise |

## Links

- npm: https://www.npmjs.com/package/@quenty/promise
- Repository: https://github.com/Quenty/NevermoreEngine
- Homepage: https://github.com/Quenty/NevermoreEngine#readme
- Issues: https://github.com/Quenty/NevermoreEngine/issues
- Funding: https://www.patreon.com/quenty
- npm.io page: https://npm.io/package/@quenty/promise

## Dependencies (7)

- [@quenty/maid](https://npm.io/package/@quenty/maid.md) 3.12.0
- [@quenty/math](https://npm.io/package/@quenty/math.md) 2.7.5
- [@quenty/loader](https://npm.io/package/@quenty/loader.md) 10.11.1
- [@quenty/signal](https://npm.io/package/@quenty/signal.md) 7.13.2
- [@quenty/deferred](https://npm.io/package/@quenty/deferred.md) 2.3.2
- [@quentystudios/jest-lua](https://npm.io/package/@quentystudios/jest-lua.md) 3.10.0-quenty.2
- [@quenty/nevermore-test-runner](https://npm.io/package/@quenty/nevermore-test-runner.md) 1.6.0

## Alternatives

- [@commercetools/sync-actions](https://npm.io/package/@commercetools/sync-actions.md) — 25.1K weekly downloads
- [cwait](https://npm.io/package/cwait.md) — 21.4K weekly downloads
- [@ledgerhq/hw-app-cosmos](https://npm.io/package/@ledgerhq/hw-app-cosmos.md) — 4.2K weekly downloads
- [@financial-times/o-loading](https://npm.io/package/@financial-times/o-loading.md) — 2.8K weekly downloads
- [fa](https://npm.io/package/fa.md) — 185 weekly downloads

## Recent versions

- 10.24.0 (latest) — 2026-08-28
- 10.17.1-canary.684.24818543952.0 (canary) — 2026-04-23
- 10.23.1 — 2026-08-14
- 10.23.0 — 2026-07-25
- 10.22.0 — 2026-07-23
- 10.21.0 — 2026-07-23
- 10.20.0 — 2026-07-18
- 10.19.0 — 2026-07-18
- 10.18.1 — 2026-05-30
- 10.18.0 — 2026-04-23
- 10.18.0-canary.678.24427877603.0 — 2026-04-14
- 10.17.0 — 2026-04-14
- 10.17.0-canary.679.24427386875.0 — 2026-04-14
- 10.16.1-canary.679.24111002717.0 — 2026-04-14
- 10.16.0 — 2026-02-20
- … 229 more at https://npm.io/package/@quenty/promise/versions

## README

## Promise
<div align="center">
  <a href="http://quenty.github.io/NevermoreEngine/">
    <img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/docs.yml/badge.svg" alt="Documentation status" />
  </a>
  <a href="https://discord.gg/mhtGUS8">
    <img src="https://img.shields.io/discord/385151591524597761?color=5865F2&label=discord&logo=discord&logoColor=white" alt="Discord" />
  </a>
  <a href="https://github.com/Quenty/NevermoreEngine/actions">
    <img src="https://github.com/Quenty/NevermoreEngine/actions/workflows/build.yml/badge.svg" alt="Build and release status" />
  </a>
</div>
Promises, but without error handling as this screws with stack traces, using Roblox signals

<div align="center"><a href="https://quenty.github.io/NevermoreEngine/api/Promise">View docs →</a></div>

## Installation
```
npm install @quenty/promise --save
```

## Features

* Heavily battle-tested
* A+ compliant promises (excluding exceptions)
* Optimized for performance

---
_Source: https://npm.io/package/@quenty/promise · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
