UNPKG

data-provider-temporary

Version:

Library that helps with server-to-client synchronization of data

12 lines (8 loc) 217 B
'use strict' const workerFarm = require('../') , workers = workerFarm(require.resolve('./child'), ['args']) workers.args(function() { workerFarm.end(workers) console.log('FINISHED') process.exit(0) })