Skip to content

Instantly share code, notes, and snippets.

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 zoffixznet/3af17815e34f63e45562c1173c2b5ad1 to your computer and use it in GitHub Desktop.
Save zoffixznet/3af17815e34f63e45562c1173c2b5ad1 to your computer and use it in GitHub Desktop.
await (
start { say "One!"; sleep 1; },
start { say "Two!"; sleep 1; },
start { say "Three!"; sleep 1; },
);
say now - INIT now;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment