node-compute-cluster icon indicating copy to clipboard operation
node-compute-cluster copied to clipboard

add force order option, and fix unit tests

Open mmis1000 opened this issue 11 years ago • 0 comments

options can be enable through

new computeCluster({
    module: path.join(__dirname, 'workers', 'echo.js'),
    promise: true
}

and this will make sure the callback called in the same order as it added.

mmis1000 avatar Nov 14 '14 17:11 mmis1000