Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. platforms/core-runtime/messaging/src/main/java/org/gradle/internal/remote/internal/hub/MessageHub.java

        private State state = State.Running;
        private final IncomingQueue incomingQueue = new IncomingQueue(lock);
        private final OutgoingQueue outgoingQueue = new OutgoingQueue(incomingQueue, lock);
        private final ConnectionSet connections = new ConnectionSet(incomingQueue, outgoingQueue);
    
        /**
         * @param errorHandler Notified when some async activity fails. Must be thread-safe.
         */
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 08:59:22 UTC 2023
    - 16.2K bytes
    - Viewed (0)
Back to top