Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/maka
/ async-queue.test.ts
File
async-queue.test.ts
packages/runtime/src/__tests__/async-queue.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
assert from
'node:assert/strict'
;
2
import
{ describe, test } from
'node:test'
;
3
import
{ expect } from
'../test-helpers.js'
;
4
import
{ AsyncEventQueue } from
'../async-queue.js'
;
Callers
nothing calls this directly
Calls
12
return
Method · 0.80
ackConsumed
Method · 0.80
waitUntilConsumedThroughCurrent
Method · 0.80
noteConsumerDetached
Method · 0.80
close
Method · 0.65
push
Method · 0.65
resolve
Method · 0.65
error
Method · 0.65
pushAndWaitUntilConsumed
Method · 0.65
test
Function · 0.50
expect
Function · 0.50
next
Method · 0.45
Tested by
no test coverage detected