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