Skip to content

Instantly share code, notes, and snippets.

@Benvie
Last active July 26, 2018 21:51
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 Benvie/0fdbd703cb46eb79b1517734aded7b15 to your computer and use it in GitHub Desktop.
Save Benvie/0fdbd703cb46eb79b1517734aded7b15 to your computer and use it in GitHub Desktop.
Integral Executive
execute async function main() {
let pullIntegral, pushIntegral;
while (pullIntegral = await GodIntegration.pull(pushIntegral)) {
pushIntegral = await GodIntegration.push(pullIntegral);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment