SimpleMDM-Swift Documentation

Structure Async​Resources

public struct AsyncResources<Resource: FetchableListableResource>: AsyncSequence  

A type that provides async access to a paginated list of resources.

%3 AsyncResources AsyncResources AsyncSequence AsyncSequence AsyncResources->AsyncSequence

Conforms To

AsyncSequence

Nested Type Aliases

Element

public typealias Element = Resource

Methods

next()

public mutating func next() 

make​Async​Iterator()

public func makeAsyncIterator() -> AsyncIterator