MCPcopy Create free account
hub / github.com/W4G1/multithreading / function_in_same_file.ts

File function_in_same_file.ts

examples/function_in_same_file.ts:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1import { move, spawn } from "multithreading";
2
3// Note: Has to be exported
4export function sum(a: number, b: number) {

Callers

nothing calls this directly

Calls 4

spawnFunction · 0.85
moveFunction · 0.85
sumFunction · 0.85
joinMethod · 0.80

Tested by

no test coverage detected