Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/parse-community/parse-server
/
Class
src/KeyPromiseQueue.js:5–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
// Once the tail promise in the key-queue fulfills,
4
// the chain on that key will be cleared.
5
export
class
KeyPromiseQueue {
6
constructor() {
7
this.queue = {};
8
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected