func async(priority: TaskPriority?, operation: @Sendable () -> ChildTaskResult)
Spawn, unconditionally, a child task in the group.
ある子タスクをこのグループの中に、無条件に、生み出します。
func asyncUnlessCancelled (priority: TaskPriority?, operation: @Sendable () -> ChildTaskResult) -> Bool
Add a child task to the group.
ある子タスクをグループに加えます。