Protocolswift 6.0.1_Concurrency
Executor
A service that can execute jobs.
- iOS
- 13.0+
- macOS
- 10.15+
- tvOS
- 13.0+
- watchOS
- 6.0+
protocol Executor : AnyObject, Sendable
Supertypes
Requirements
Instance members
Show obsolete interfaces (1)
Hide obsolete interfaces
Citizens in _Concurrency
Instance members
Subtypes
protocol SerialExecutor
A service that executes jobs.
protocol TaskExecutor
An executor that may be used as preferred executor by a task.
Extension in NIOCore
Subtypes
protocol NIOSerialEventLoopExecutor
A helper protocol that can be mixed in to a NIO
EventLoop
to provide an automatic conformance toSerialExecutor
.