ACKSequence
public struct ACKSequence<Element> : AsyncSequence
An AsyncSequence
of results from an AsyncCloudKit operation. If this sequence is iterated twice,
no second operation is queued, and no results are returned.
-
An
AsyncIteratorProtocol
of results from an AsyncCloudKit operation.See also
AsyncSequence
Declaration
Swift
public struct Iterator : AsyncIteratorProtocol
-
Creates an
Iterator
of record zones from an AsyncCloudKit operation.See also
AsyncSequence
Declaration
Swift
public func makeAsyncIterator() -> Iterator
Return Value
The
Iterator
.