File tree Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Expand file tree Collapse file tree 2 files changed +0
-15
lines changed Original file line number Diff line number Diff line change @@ -8,13 +8,6 @@ public struct AsyncDefaults {
8
8
public static var pollInterval : DispatchTimeInterval = . milliseconds( 10 )
9
9
}
10
10
11
- extension AsyncDefaults {
12
- @available ( * , unavailable, renamed: " timeout " )
13
- public static var Timeout : TimeInterval = 1
14
- @available ( * , unavailable, renamed: " pollInterval " )
15
- public static var PollInterval : TimeInterval = 0.01
16
- }
17
-
18
11
private enum AsyncMatchStyle {
19
12
case eventually, never
20
13
}
Original file line number Diff line number Diff line change @@ -87,14 +87,6 @@ public func postNotifications<Out>(
87
87
_postNotifications ( predicate, from: center)
88
88
}
89
89
90
- @available ( * , deprecated, renamed: " postNotifications(_:from:) " )
91
- public func postNotifications< Out> (
92
- _ predicate: Predicate < [ Notification ] > ,
93
- fromNotificationCenter center: NotificationCenter
94
- ) -> Predicate < Out > {
95
- postNotifications ( predicate, from: center)
96
- }
97
-
98
90
#if os(macOS)
99
91
public func postDistributedNotifications< Out> (
100
92
_ predicate: Predicate < [ Notification ] > ,
You can’t perform that action at this time.
0 commit comments