We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb07075 commit ee77302Copy full SHA for ee77302
src/main/java/engineering/swat/watch/impl/mac/MacWatchService.java
@@ -58,6 +58,9 @@ public static MacWatchable newWatchable(Path path) {
58
@Override
59
public void close() throws IOException {
60
closed = true;
61
+ // Note: We currently don't support blocking poll/take, so no additional
62
+ // logic is needed here to interrupt waiting threads (as specified in
63
+ // the documentation of `close`).
64
}
65
66
0 commit comments