Executor can enqueue tasks

pull/2/head
Louis Chatriot 12 years ago
parent 22af598418
commit 0a2b642dfc
  1. 1
      lib/executor.js

@ -59,7 +59,6 @@ function test2 (msg, cb) {
}, 500); }, 500);
} }
function noop () { console.log("NOOP"); }
function bloup () { console.log("FINISHED"); } function bloup () { console.log("FINISHED"); }
executor.push({ this: null, fn: test1, arguments: [ 'world', bloup ] }); executor.push({ this: null, fn: test1, arguments: [ 'world', bloup ] });

Loading…
Cancel
Save