Fixes from review. See #2385
This commit is contained in:
parent
1aa2319023
commit
57ac1da6d1
5 changed files with 27 additions and 31 deletions
|
|
@ -262,7 +262,7 @@ class CallingThreadDispatcher(
|
|||
runQueue(mbox, queue, intex)
|
||||
} else {
|
||||
if (intex ne null) {
|
||||
Thread.interrupted // clear flag
|
||||
Thread.interrupted // clear interrupted flag before throwing according to java convention
|
||||
throw intex
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue