Generic Type Alias 総称体型エイリアス

Task.Group

No overview available.

Declaration 宣言

typealias Group<TaskResult> = ThrowingTaskGroup<TaskResult, Error> where TaskResult : Sendable
Available when Success is Never and Failure is Never. SuccessNeverであるそしてFailureNeverである時に利用可能です。

See Also 参照

Deprecated 非推奨