Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. subprojects/core/src/main/java/org/gradle/internal/operations/DefaultBuildOperationQueue.java

                            return workerLeases.whileDisallowingProjectLockChanges(() -> doRunBatch(firstOperation));
                        }
                    })
                );
            }
    
            private int doRunBatch(T firstOperation) {
                int operationCount = 0;
                T operation = firstOperation;
                while (operation != null) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jan 31 15:18:20 UTC 2023
    - 10.4K bytes
    - Viewed (0)
Back to top