You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Sources/Nimble/Polling.swift
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,11 +6,11 @@ import Dispatch
6
6
/// If you are running on a slower machine, it could be useful to increase the default timeout value
7
7
/// or slow down poll interval. Default timeout interval is 1, and poll interval is 0.01.
8
8
///
9
-
/// - Warning: This has been renamed to ``PollingDefaults``. Starting in Nimble 13, the deprecation warning will change to a compiler error (removed). In Nimble 14, `AsyncDefaults` will be removed entirely.
9
+
/// - Warning: This has been renamed to ``PollingDefaults``. Starting in Nimble 14, `AsyncDefaults` will be removed entirely.
10
10
///
11
11
/// For the time being, `AsyncDefaults` will function the same.
12
12
/// However, `AsyncDefaults` will be removed in a future release.
0 commit comments