Table of Contents
Process / Thread - Execution Suspension
About
A (Thread) Execution Suspension can be caused:
by a
execution suspension method
that makes it in a
waiting state
by a
thread block
(when it attempts to get a lock).
by a
thread contention
Articles Related
Concurrency - (Thread) Contention
Process / Thread - Waiting state
Java Concurrency - (Thread) Execution Suspension