time=s1+s2+....sn ... go func() { defer func() { if r := recover(); r != nil { cancel(fmt.Errorf("%v", r)) } else { finish() } ...
確定! 回上一頁