Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for closeUnderLock (0.15 sec)

  1. platforms/core-execution/file-watching/src/main/java/org/gradle/internal/watch/vfs/impl/WatchingVirtualFileSystem.java

        @Override
        public void close() {
            LOGGER.debug("Closing VFS, dropping state");
            updateRootUnderLock(currentRoot -> {
                closeUnderLock();
                return currentRoot.empty();
            });
        }
    
        private void closeUnderLock() {
            if (watchRegistry != null) {
                try {
                    watchRegistry.close();
                } catch (IOException ex) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 02 16:22:15 UTC 2024
    - 25.2K bytes
    - Viewed (0)
Back to top