MCPcopy Create free account
hub / github.com/ShouChenICU/FastSend /

Class

app/utils/PeerDataChannel.ts:246–246  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246export class EventQueue<T> {
247 private tail: Promise<void> = Promise.resolve()
248 private handler: (e: T) => Promise<void>
249

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected