Static Property (Default implementation)swift 6.0.1_Concurrency
sharedUnownedExecutor
- iOS
- 13.0+
- macOS
- 10.15+
- tvOS
- 13.0+
- watchOS
- 6.0+
static var sharedUnownedExecutor: UnownedSerialExecutor { get }
Implements
Other members in extension
Type members
static func assertIsolated(@autoclosure () -> String, file: StaticString, line: UInt
) Stops program execution if the current task is not executing on this actor’s serial executor.
static func preconditionIsolated(@autoclosure () -> String, file: StaticString, line: UInt
) Stops program execution if the current task is not executing on this actor’s serial executor.