in wait_all.go [75:78]
func waitOne(ctx context.Context, tsk Waitable, errorCh chan<- error) { err := tsk.Wait(ctx) errorCh <- err }