RFR: 8293067: (fs) Implement WatchService using system library (macOS)
Alan Bateman
alanb at openjdk.org
Mon Oct 3 10:39:22 UTC 2022
On Mon, 3 Oct 2022 10:30:22 GMT, Maxim Kartashev <mkartashev at openjdk.org> wrote:
> The FSEvents API employs a callback-based approach, there's nothing to be explored there.
The suggestion was to explore doing this at a low level with kqueue so that we don't have callbacks. I think this was the direction that Brian was exploring at one point.
I do plan to do a detailed walk through of the FSEvents prototype.
-------------
PR: https://git.openjdk.org/jdk/pull/10140
More information about the nio-dev
mailing list