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.
2 parents cc7b699 + 7226ec1 commit 12d1e15Copy full SHA for 12d1e15
Sources/Nimble/Utils/Await.swift
@@ -98,7 +98,7 @@ internal enum AwaitResult<T> {
98
99
/// Holds the resulting value from an asynchronous expectation.
100
/// This class is thread-safe at receiving an "response" to this promise.
101
-internal class AwaitPromise<T> {
+internal final class AwaitPromise<T> {
102
private(set) internal var asyncResult: AwaitResult<T> = .incomplete
103
private var signal: DispatchSemaphore
104
0 commit comments