Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for taskSem (0.25 sec)

  1. pilot/pkg/model/push_context.go

    		}
    	}
    }
    
    func (ps *PushContext) concurrentConvertToSidecarScope(sidecarConfigs []config.Config) {
    	type taskItem struct {
    		idx int
    		cfg config.Config
    	}
    
    	var wg sync.WaitGroup
    	taskItems := make(chan taskItem)
    	sidecarScopes := make([]*SidecarScope, len(sidecarConfigs))
    	for i := 0; i < features.ConvertSidecarScopeConcurrency; i++ {
    		wg.Add(1)
    		go func() {
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 09:02:11 UTC 2024
    - 91.8K bytes
    - Viewed (0)
Back to top