Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getOrCreateQueue
Function · 0.85
keyQueue
Function · 0.85
keyPending
Function · 0.85
keyLock
Function · 0.85
keyFailed
Function · 0.85
sync
Method · 0.80
addFinalizer
Method · 0.80
clear
Method · 0.80
offerAll
Method · 0.80
parse
Method · 0.80
withReturnType
Method · 0.80
join
Method · 0.80
Tested by
no test coverage detected