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.