Skip to content

Instantly share code, notes, and snippets.

@masleshov
Created January 23, 2023 14:28
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/81016b14d27a8cde6de8429c3ad7a935 to your computer and use it in GitHub Desktop.
Save masleshov/81016b14d27a8cde6de8429c3ad7a935 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