Protocol_Concurrency5.9.0
Executor
A service that can execute jobs.
- iOS
- 13.0+
- macOS
- 10.15+
- tvOS
- 13.0+
- watchOS
- 6.0+
protocol Executor : AnyObject, Sendable
Supertypes
protocol Sendable
A type whose values can safely be passed across concurrency domains by copying.
Requirements
Citizens in _Concurrency
Subtypes
protocol SerialExecutor
A service that executes jobs.
Extension in NIOCore
Subtypes
protocol NIOSerialEventLoopExecutor
A helper protocol that can be mixed in to a NIO
EventLoop
to provide an automatic conformance toSerialExecutor
.