Skip to content

Instantly share code, notes, and snippets.

@tylerbarker
Created April 13, 2020 12:26
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 tylerbarker/d914f522a5ecfda04e84f20304a25452 to your computer and use it in GitHub Desktop.
Save tylerbarker/d914f522a5ecfda04e84f20304a25452 to your computer and use it in GitHub Desktop.
What is a Thread?

What is a Thread?

A thread is a program execution context which executes instructions sequentially. Multiple threads can exist within a process, and thus are able to share memory - facilitating easy communication between them.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment