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