func async(priority: TaskPriority?, operation: @Sendable () -> ChildTaskResult)
Add a child task to the group.
ある子タスクをグループに加えます。
func asyncUnlessCancelled (priority: TaskPriority?, operation: @Sendable () -> ChildTaskResult) -> Bool
Add a child task to the group.
ある子タスクをグループに加えます。