node-routine:内联,基于Promise的JS Web Workers包装器

时间:2024-06-05 23:06:49
【文件属性】:

文件名称:node-routine:内联,基于Promise的JS Web Workers包装器

文件大小:92KB

文件格式:ZIP

更新时间:2024-06-05 23:06:49

TypeScript

常规 内联,基于Promise的JS Web Workers包装器 yarn add worker-routine 用法 使用async / await : import routine from "worker-routine" ; const inneficientSquare = n => { let total = 0 ; for ( let i = 0 ; i < n ; i ++ ) { for ( let j = 0 ; j < n ; j ++ ) { total ++ ; } } return total ; } ; // spawns two workers running in separate threads const results = await Promise . all ( [ routine ( inn


【文件预览】:
node-routine-master
----.gitignore(40B)
----routine.ts(939B)
----package.json(799B)
----LICENSE(1KB)
----tsconfig.json(171B)
----README.md(1KB)
----index.html(214B)
----index.ts(62B)
----utils.ts(149B)
----yarn.lock(231KB)

网友评论