IDPSchedulers
public protocol IDPSchedulers
Schedulers that the IDP Session schedules its internal operations on
-
The scheduler to use for network comms
Declaration
Swift
var networkIO: AnySchedulerOf<DispatchQueue> { get }
-
The scheduler to use for serial operations
Declaration
Swift
var serialIO: AnySchedulerOf<DispatchQueue> { get }
-
The scheduler to use for computational/worker operations
Declaration
Swift
var compute: AnySchedulerOf<DispatchQueue> { get }