Skip to content

Instantly share code, notes, and snippets.

@kunigami
Created January 4, 2020 05:48
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 kunigami/cdcd12cfa01c222c1ea8c3f92be3f312 to your computer and use it in GitHub Desktop.
Save kunigami/cdcd12cfa01c222c1ea8c3f92be3f312 to your computer and use it in GitHub Desktop.
tick = {
while (true) {
yield Promises.delay(1000);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment