Skip to content

Instantly share code, notes, and snippets.

@deleteman
Created January 4, 2023 12:12
Show Gist options
  • Save deleteman/0dcee0524725ae28d8b0b61f036f465d to your computer and use it in GitHub Desktop.
Save deleteman/0dcee0524725ae28d8b0b61f036f465d to your computer and use it in GitHub Desktop.
instruction1();
instruction2();
longRunningTask( () => {
instruction3();
});
instruction4();
//...
instructionN();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment