72 packages matching “singleflight”
@zcong/singleflight
v0.3.1 · 4 years ago
singleflight for js
No known vulnerabilities
singleflight
v0.0.1 · 10 years ago
A wrapper for de-duplicating asynchronous requests
No known vulnerabilities
promise-singleflight
v1.0.1 · 1 year ago
provide a wrap async function for singleflight
No known vulnerabilities
@xaccefy/pi-shared
v0.9.4 · 1 month ago
Shared utilities for XPI packages — bounded TTL/LRU cache with singleflight, abortable sleep
No known vulnerabilities
@onestone/singleflight
v1.0.0 · 9 months ago
Ensure only one execution is in-flight for a given key at a time
No known vulnerabilities
singleflight-js
v1.0.3 · 12 months ago
Go-style singleflight implementation for Node.js/TypeScript
No known vulnerabilities
@fajarnugraha37/cache
v0.3.0 · 10 months ago
Caching primitives (LRU, TTL, stale-while-revalidate, singleflight) and memoization helpers shared by `@fajarnugraha37/validator` and `@fajarnugraha37/expression`
No known vulnerabilities
@demystify/platform-cache
v0.4.1 · 1 month ago
Production caching seam for AI workloads (keyless/offline memory reference + Redis adapter): exact-match cache, verified semantic cache, embedding cache, singleflight request coalescing, negative cache, and epoch-based invalidation. Makes the gateway + RA
No known vulnerabilities
node-singleflight
v0.1.3 · 2 months ago
provides a duplicate function call suppression
No known vulnerabilities
go-singleflight
v1.0.2 · 5 years ago
Prevent duplicate calls at concurrent function calls
No known vulnerabilities
@alexandermzchiu/singleflight
v0.0.1 · 1 year ago
singleflight is a utility that prevents duplicate asynchronous operations by ensuring that only one execution per unique key is in progress at a time, reducing redundant processing and improving efficiency.
No known vulnerabilities
@9f/singleflight
v1.0.1 · 5 years ago
provides a duplicate function call suppression mechanism.
No known vulnerabilities
@tgrziminiar/singleflight
v1.0.0 · 1 year ago
A TypeScript utility that solves the Thundering Herd Problem by deduplicating concurrent operations
No known vulnerabilities
singleflightkit
v0.1.0 · 3 months ago
Deduplicate concurrent async calls with the same key. All waiters share one result. Port of Go's sync/singleflight. Zero dependencies, TypeScript.
No known vulnerabilities
@jswork/singleflight
v1.0.2 · 5 months ago
Single flight pattern for TypeScript, deduplicate concurrent requests.
No known vulnerabilities
p-singleflight
v1.0.0 · 5 months ago
Deduplicate concurrent async operations by sharing the same in-flight Promise
No known vulnerabilities
@lucid-softworks/singleflight
v0.1.0 · 1 month ago
Coalesce concurrent operations by key without caching results.
No known vulnerabilities
@camunda8/orchestration-cluster-api
v9.1.5 · 18 days ago
[](https://www.npmjs.com/package/@camunda8/orchestration-cluster-api) [](https://www.npmjs.com/packa
No known vulnerabilities
@jeebey/tt-singleflight
v0.0.1 · 17 days ago
async fnLoginOpenid() { return sf.do('fnLoginOpenid', async () => { const { code } = await wx.login() console.log("res", code) const res = await App.$http.post('/wx/openid', { code }) console.log("res", res) return
No known vulnerabilities
@unieai/uad-attachment
v0.1.21 · 22 days ago
Durable immutable attachment storage seam for the DeepSeek Harness
No known vulnerabilities