Skip to content

TaskGroupFlags

tevelee edited this page Jul 25, 2026 · 1 revision

TaskGroupFlags

Flags for a Swift task group.

public struct TaskGroupFlags: Equatable, Sendable 

Inheritance

Equatable, Sendable

Initializers

init(bits:)

Creates flags from their Swift runtime representation.

public init(bits: UInt32) 

Properties

bits

Raw runtime flag bits.

public let bits: UInt32

discardsResults

Whether the group immediately releases completed tasks and disables result retrieval through next().

public var discardsResults: Bool 
Types
Protocols
Global Typealiases
Global Variables
Global Functions

Clone this wiki locally