This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// https://gist.github.com/josmardias/20493bd205e24e31c0a406472330515a | |
// at least one timeout needs to be set, larger then your code bootstrap | |
// or Nashorn will run forever | |
// preferably, put a timeout 0 after your code bootstrap | |
(function(context) { | |
'use strict'; | |
var Timer = Java.type('java.util.Timer'); | |
var Phaser = Java.type('java.util.concurrent.Phaser'); |