We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
tokenBucket
1 parent 58b3dfc commit 6d75b86Copy full SHA for 6d75b86
Sources/PackageLoading/ManifestLoader.swift
@@ -184,7 +184,7 @@ public final class ManifestLoader: ManifestLoaderProtocol {
184
185
private let sdkRootCache = ThreadSafeBox<AbsolutePath>()
186
187
- /// DispatchSemaphore to restrict concurrent manifest evaluations
+ /// A helper token bucket pattern implementation to restrict concurrent manifest evaluations
188
private let tokenBucket: TokenBucket
189
190
public init(
0 commit comments