Remove async algorithms package
This commit is contained in:
@ -40,8 +40,7 @@ let package = Package(
|
||||
"Valet",
|
||||
.product(name: "SwiftGraphQL", package: "swift-graphql"),
|
||||
"Models",
|
||||
"Utils",
|
||||
.product(name: "AsyncAlgorithms", package: "swift-async-algorithms")
|
||||
"Utils"
|
||||
]
|
||||
),
|
||||
.testTarget(name: "ServicesTests", dependencies: ["Services"]),
|
||||
|
||||
@ -1,4 +1,3 @@
|
||||
import AsyncAlgorithms
|
||||
import CoreData
|
||||
import CoreImage
|
||||
import Foundation
|
||||
@ -26,7 +25,6 @@ public final class DataService: ObservableObject {
|
||||
public let networker: Networker
|
||||
|
||||
public let prefetchQueue = OperationQueue()
|
||||
public let itemLoaderChannel = AsyncChannel<String>()
|
||||
|
||||
var persistentContainer: PersistentContainer
|
||||
public var backgroundContext: NSManagedObjectContext
|
||||
|
||||
Reference in New Issue
Block a user