Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
marcphilipp committed Jan 8, 2021
1 parent ffbafa6 commit fad47fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ public void awaitFinished() throws InterruptedException {
}
}

@FunctionalInterface
private interface DynamicTaskState {

DynamicTaskState UNSCHEDULED = () -> {
Expand Down

0 comments on commit fad47fd

Please sign in to comment.