We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 268dfb6 commit 3d0edaeCopy full SHA for 3d0edae
Sources/DataLoader/DataLoader.swift
@@ -17,7 +17,7 @@ private typealias LoaderQueue<Key: Hashable & Sendable, Value: Sendable> = [(key
17
/// when used in long-lived applications or those which serve many users
18
/// with different access permissions and consider creating a new instance
19
/// per data request.
20
-public actor DataLoader<Key: Hashable & Sendable, Value: Sendable> {
+internal actor DataLoader<Key: Hashable & Sendable, Value: Sendable> {
21
private let batchLoadFunction: BatchLoadFunction<Key, Value>
22
private let options: DataLoaderOptions<Key, Value>
23
0 commit comments