mirror of
https://github.com/PowerJob/PowerJob.git
synced 2025-07-17 00:00:04 +08:00
fix: HashedWheelTimer#HashedWheelTimerFuture#isDone can't return currect result
This commit is contained in:
parent
df32c786f9
commit
c845b0abca
@ -159,7 +159,7 @@ public class HashedWheelTimer implements Timer {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean isDone() {
|
public boolean isDone() {
|
||||||
return startTime == FINISHED;
|
return status == FINISHED;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user