MCPcopy Create free account
hub / github.com/freecodexyz/free-code /

Class

src/utils/mailbox.ts:19–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17}
18
19export class Mailbox {
20 private queue: Message[] = []
21 private waiters: Waiter[] = []
22 private changed = createSignal()

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected