Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dawn-gpu/node-webgpu
/ worker-threads-tests.js
File
worker-threads-tests.js
test/tests/worker-threads-tests.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
{ Worker, isMainThread, parentPort } from
'node:worker_threads'
;
2
import
{ fileURLToPath } from
'node:url'
;
3
import
{ describe, it } from
'node:test'
;
4
import
{ strict as assert } from
'node:assert'
;
Callers
nothing calls this directly
Calls
1
run
Function · 0.85
Tested by
no test coverage detected