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