Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/core-runtime/launcher/src/main/java/org/gradle/launcher/daemon/client/DefaultDaemonConnector.java

            if (connection != null) {
                return connection;
            }
    
            // Check to see if there are any compatible canceled daemons and wait to see if one becomes idle
            connection = connectToCanceledDaemon(busyDaemons, constraint);
            if (connection != null) {
                return connection;
            }
    
            // No compatible daemons available - start a new daemon
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 14.1K bytes
    - Viewed (0)
Back to top