Skip to content

Instantly share code, notes, and snippets.

@IbrahimTanyalcin
Created October 25, 2017 02:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save IbrahimTanyalcin/9507058df222cbaac5437c2508e1f4fd to your computer and use it in GitHub Desktop.
Save IbrahimTanyalcin/9507058df222cbaac5437c2508e1f4fd to your computer and use it in GitHub Desktop.
taskq_test0.js
!function(){
var someObject = {x:3,y:2};
function test0(){
console.log("As test0.js, I will export some object as 'someEntity'");
taskq.export(someObject,"someEntity");
}
test0._taskqId = 0;
taskq.push(test0);
}()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment