Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for awaitGoroutines (0.17 sec)

  1. src/os/exec/exec.go

    		}
    	}
    
    	if goroutineErr := c.awaitGoroutines(timer); err == nil {
    		// Report an error from the copying goroutines only if the program otherwise
    		// exited normally on its own. Otherwise, the copying error may be due to the
    		// abnormal termination.
    		err = goroutineErr
    	}
    	closeDescriptors(c.parentIOPipes)
    	c.parentIOPipes = nil
    
    	return err
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 20:13:53 UTC 2024
    - 41.4K bytes
    - Viewed (0)
Back to top