bobbin:使用线轴轻松地在节点中建立类似线程的工作进程

时间:2024-07-05 02:52:56
【文件属性】:

文件名称:bobbin:使用线轴轻松地在节点中建立类似线程的工作进程

文件大小:13KB

文件格式:ZIP

更新时间:2024-07-05 02:52:56

CoffeeScript

线轴 使用线轴轻松地在节点中建立类似线程的工作进程 // to create a pool of workers: var bobbin = require ( 'bobbin' ) ; // create 4 processes; defaults to os.cpus().length bobbin . create ( 4 , function ( err , pool ) { // to send some work (in this case concatenate two strings `left' and `right'): var left = 'foo' , right = 'bar' ; pool . run ( left , right , // you have to explicitly pass variables function remot


【文件预览】:
bobbin-master
----.gitignore(14B)
----package.json(1KB)
----src()
--------bobbin.coffee(5KB)
--------worker.coffee(2KB)
----coffeelint.json(2KB)
----LICENSE(568B)
----index.js(86B)
----README.md(1KB)
----example()
--------path()
--------example.coffee(2KB)
----CONTRIBUTING(975B)
----test()
--------bobbin.coffee(15KB)
--------worker.coffee(4KB)

网友评论