Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris2018998 committed Oct 18, 2023
1 parent ee155d9 commit 1209888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/stone/beetp/pool/BaseHandle.java
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ void setResult(final int state, final Object result) {
this.state = state;
this.workThread = null;

if (this.waitQueue != null) {
if (isRoot) {
Thread waitThread;
while ((waitThread = waitQueue.poll()) != null)
LockSupport.unpark(waitThread);
Expand Down

0 comments on commit 1209888

Please sign in to comment.