Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for priorityNode (0.1 sec)

  1. subprojects/core/src/test/groovy/org/gradle/execution/plan/DefaultExecutionPlanParallelTest.groovy

        }
    
        Node priorityNode(Map<String, ?> options = [:]) {
            return new TestPriorityNode(options.failure)
        }
    
        TaskInternal task(
            Map<String, ?> options = [:], String name) {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Mar 05 22:18:26 UTC 2024
    - 93.5K bytes
    - Viewed (0)
  2. src/net/http/h2_bundle.go

    	return ws
    }
    
    type http2priorityNodeState int
    
    const (
    	http2priorityNodeOpen http2priorityNodeState = iota
    	http2priorityNodeClosed
    	http2priorityNodeIdle
    )
    
    // priorityNode is a node in an HTTP/2 priority tree.
    // Each node is associated with a single stream ID.
    // See RFC 7540, Section 5.3.
    type http2priorityNode struct {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 364.1K bytes
    - Viewed (0)
Back to top