Protocol
Executor
A service that can execute jobs.
Availability
- iOS 13.0+
- iPadOS 13.0+
- macOS 10.15+
- Mac Catalyst 15.0+
- tvOS 13.0+
- watchOS 6.0+
- Xcode 13.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
protocol Executor : AnyObject, Sendable
Topics 話題
Instance Methods インスタンスメソッド
See Also 参照
Executors エグゼキュータ(遂行者)
protocol SerialExecutor
A service that executes jobs.
typealias PartialAsyncTask
A unit of scheduleable work.
予定可能な仕事の単位。
struct UnownedJob
A unit of scheduleable work.
予定可能な仕事の単位。
struct UnownedSerialExecutor
An unowned reference to a serial executor (a
SerialExecutor
value).
ある直列遂行者(シリアルエグゼキュータ)への非所有参照(SerialExecutor
値)。