Skip to content

Commit 567555b

Browse files
committed
add typealiases to ProgressReporter
1 parent 680b310 commit 567555b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Proposals/0023-progress-manager.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,6 +1021,9 @@ extension ProgressManager {
10211021
@available(FoundationPreview 6.3, *)
10221022
@Observable public final class ProgressReporter : Sendable, Hashable, Equatable, CustomStringConvertible, CustomDebugStringConvertible {
10231023

1024+
public typealias Values = ProgressManager.Values
1025+
public typealias Property = ProgressManager.Property
1026+
10241027
/// The total units of work.
10251028
public var totalCount: Int? { get }
10261029

0 commit comments

Comments
 (0)