Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for onStartHandling (0.13 sec)

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

            // Mark the connection has being handled
            onStartHandling(connection);
    
            //we're spinning a thread to do work to avoid blocking the connection
            //This means that the Daemon potentially can do multiple things but we only allows a single build at a time
    
            workers.execute(new ConnectionWorker(connection));
        }
    
        private void onStartHandling(SynchronizedDispatchConnection<Message> connection) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:29:13 UTC 2023
    - 7K bytes
    - Viewed (0)
Back to top