MCPcopy Index your code
hub / github.com/andywer/threads.js / WorkerThreadsModule

Interface WorkerThreadsModule

src/worker_threads.ts:9–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

7type MessagePort = any
8
9interface WorkerThreadsModule {
10 MessagePort: typeof MessagePort
11 isMainThread: boolean
12 parentPort: MessagePort
13}
14
15let implementation: WorkerThreadsModule | undefined
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected