Skip to content

Instantly share code, notes, and snippets.

@tomatophobia
Created July 29, 2023 18:54
Show Gist options
  • Save tomatophobia/84e3438ea3a5117b81f67a8bec108ed0 to your computer and use it in GitHub Desktop.
Save tomatophobia/84e3438ea3a5117b81f67a8bec108ed0 to your computer and use it in GitHub Desktop.
while (!Thread.currentThread().isInterrupted()) {
System.out.println("interruptible");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment