3303-flashcards/hATaBiZQ - 3303/RZeRzXvK - What does it mean to model a threads lifecycle as a Finite State Machine FSM.md
gwg313 e83b60af4f
first commit
update readme

reformat
2026-04-20 23:10:20 -04:00

6 lines
260 B
Markdown

What does it mean to model a thread's lifecycle as a **Finite State Machine (FSM)**?
---
🤖 It means representing the various **states** a thread can occupy and the specific **operations** (transitions) that cause it to move from one state to another.