Skip to content

Instantly share code, notes, and snippets.

@arturovt
Last active July 27, 2019 16:35
Show Gist options
  • Save arturovt/09ad2990ca24a86f0cfe848fcbd63475 to your computer and use it in GitHub Desktop.
Save arturovt/09ad2990ca24a86f0cfe848fcbd63475 to your computer and use it in GitHub Desktop.
class Zone {
public scheduleMacroTask(source, callback, data, customSchedule, customCancel) {
return this.scheduleTask(
new ZoneTask(macroTask, source, callback, data, customSchedule, customCancel)
);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment