Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for startAsyncCleanupAfterBuild (0.34 sec)

  1. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/server/exec/CleanUpVirtualFileSystemAfterBuild.java

            waitForPendingCleanupToFinish(pendingCleanup);
            try {
                execution.proceed();
            } finally {
                pendingCleanup = startAsyncCleanupAfterBuild();
            }
        }
    
        private CompletableFuture<Void> startAsyncCleanupAfterBuild() {
            return userHomeServiceRegistry.getCurrentServices()
                .map(serviceRegistry ->
                    CompletableFuture.runAsync(() -> {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Jan 25 15:08:33 UTC 2024
    - 4K bytes
    - Viewed (0)
Back to top