Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for bgrun (0.02 sec)

  1. src/cmd/dist/build.go

    		compile = append(compile, "-shared")
    	}
    
    	compile = append(compile, gofiles...)
    	var wg sync.WaitGroup
    	// We use bgrun and immediately wait for it instead of calling run() synchronously.
    	// This executes all jobs through the bgwork channel and allows the process
    	// to exit cleanly in case an error occurs.
    	bgrun(&wg, dir, compile...)
    	bgwait(&wg)
    
    	// Compile the files.
    	for _, p := range sfiles {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
Back to top