UNPKG

paraemu

Version:

An working enviroment that provides a simplified interface for developers who want to fully parallelize node execution

14 lines (11 loc) 182 B
/** * Author: JCloudYu * Create: 2018/10/16 **/ (()=>{ "use strict"; const EVT = require( './pemu-tiny' ); EVT.on( 'tasks-ready', (e)=>{ console.log( e.type ); }); })();