Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/maka
/ consumerDetachedError
Function
consumerDetachedError
packages/runtime/src/async-queue.ts:168–170 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
166
}
167
168
function
consumerDetachedError(): Error {
169
return
new
Error(
'event consumer detached before the queue boundary was consumed'
);
170
}
Callers
2
pushAndWaitUntilConsumed
Method · 0.85
waitUntilConsumed
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected