Structureswift 6.0.1_Concurrency
Job
Deprecated equivalent of ExecutorJob
.
This declaration has been renamed to ExecutorJob.
This declaration is deprecated.
@frozen struct Job
A unit of schedulable work.
Unless you’re implementing a scheduler, you don’t generally interact with jobs directly.
Citizens in _Concurrency
Conformances
Type members
Show obsolete interfaces (2)
Hide obsolete interfaces
Instance members
func runSynchronously(on: UnownedSerialExecutor
) Run this job on the passed in executor.