Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 204 Bytes

thread-states.md

File metadata and controls

10 lines (8 loc) · 204 Bytes

There are six thread states. They are :

  1. NEW
  2. RUNNABLE
  3. BLOCKED
  4. WAITING
  5. TIMED_WAITING
  6. TERMINATED

At any point of time, a thread will be in any one of these states.