Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Noumena-Network/code
/
Class
src/remote/appServer/client.ts:175–175 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
173
}
174
175
class
AsyncEventQueue<T> {
176
private queue: T[] = []
177
private waiters: Array<(value: T | undefined) => void> = []
178
private closed = false
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected