Skip to content

Instantly share code, notes, and snippets.

@masleshov
Created January 23, 2023 14:40
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 masleshov/949f8fca1fe534751bbe87cf6213e831 to your computer and use it in GitHub Desktop.
Save masleshov/949f8fca1fe534751bbe87cf6213e831 to your computer and use it in GitHub Desktop.
var thread1 = new Thread(() -> { });
thread1.start();
var thread2 = new Thread(() -> { });
thread2.start();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment