// SYSTEM PANEL //
[ROOT]
/
lib
/
node_modules
/
npm
/
node_modules
/
worker-farm
/
examples
/
basic
[ PARENT ]
EDIT :: child.js
'use strict' module.exports = function (inp, callback) { callback(null, inp + ' BAR (' + process.pid + ')') }
SAVE
CANCEL