MCPcopy Create free account
hub / github.com/effect-app/libs / PersistedQueue.ts

File PersistedQueue.ts

repos/effect/packages/effect/src/unstable/persistence/PersistedQueue.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1/**
2 * Stores schema-encoded queue work in persistent storage.
3 *
4 * A `PersistedQueue<A>` keeps JSON-encoded values in a named queue and lets

Callers

nothing calls this directly

Calls 15

getOrCreateQueueFunction · 0.85
keyQueueFunction · 0.85
keyPendingFunction · 0.85
keyLockFunction · 0.85
keyFailedFunction · 0.85
syncMethod · 0.80
addFinalizerMethod · 0.80
clearMethod · 0.80
offerAllMethod · 0.80
parseMethod · 0.80
withReturnTypeMethod · 0.80
joinMethod · 0.80

Tested by

no test coverage detected