-
Bug
-
Resolution: Unresolved
-
P4
-
None
-
25
-
None
Throughout documentation, code comments and tests, the Thread.interrupted flag is referred to as either "interrupted status" or "interrupt status". It might be good to be consistent.
Historically, it seems to have initially been "interrupted status". This is how the flag is called in java.lang.Thread and books such as Java Concurrency in Practice. However, over the years "interrupt status" appeared in networking and NIO classes.
Historically, it seems to have initially been "interrupted status". This is how the flag is called in java.lang.Thread and books such as Java Concurrency in Practice. However, over the years "interrupt status" appeared in networking and NIO classes.