Instance Propertyswift 6.1.2_Concurrency
description
This declaration has been renamed to ExecutorJob.
This declaration is deprecated.
var description: String { get }This declaration has been renamed to ExecutorJob.
This declaration is deprecated.
var description: String { get }import _Concurrency@frozen struct JobDeprecated equivalent of ExecutorJob.
@frozen struct ExecutorJobA unit of schedulable work.
@frozen struct StringA Unicode string value that is a collection of characters.
func runSynchronously(on executor: UnownedSerialExecutor) Run this job on the passed in executor.
init(_ job: UnownedJob) init(_ job: ExecutorJob) var priority: JobPriority { get }