Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save pfftdammitchris/b2b305df0c7bd4acf7d6395869d55d73 to your computer and use it in GitHub Desktop.
Save pfftdammitchris/b2b305df0c7bd4acf7d6395869d55d73 to your computer and use it in GitHub Desktop.
async function start() {
while (true) {
await delay(200)
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment