Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for WaitForNodesToComplete (0.3 sec)

  1. subprojects/core/src/main/java/org/gradle/execution/plan/FinalizerGroup.java

            } else {
                hasBeenScheduled = true;
            }
    
            Set<Node> finalizedNodesToBlockOn = findFinalizedNodesThatDoNotIntroduceACycle(reachableGroups);
            WaitForNodesToComplete waitForFinalizers = new WaitForNodesToComplete(finalizedNodesToBlockOn);
    
            // Determine the finalized nodes that are also members. These may need to block waiting for other finalized nodes to complete
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Jul 01 16:25:48 UTC 2023
    - 14.3K bytes
    - Viewed (0)
Back to top