Contents

statusUpdates

An asynchronous sequence of download-status updates for all asset packs.

Declaration

final let statusUpdates: some Sendable & AsyncSequence<AssetPackManager.DownloadStatusUpdate, Never>

Discussion

The sequence never finishes.

See Also

Tracking downloads