Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MutableFileWatchingStatistics (0.18 sec)

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

        private final BlockingQueue<FileWatchEvent> fileEvents;
        private final Thread eventConsumerThread;
        private final FileWatcherUpdater fileWatcherUpdater;
    
        private volatile MutableFileWatchingStatistics fileWatchingStatistics = new MutableFileWatchingStatistics();
        private volatile boolean consumeEvents = true;
        private volatile boolean stopping = false;
    
        public DefaultFileWatcherRegistry(
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 15:08:33 UTC 2024
    - 11.2K bytes
    - Viewed (0)
Back to top