Operatorswift 6.0.3_Concurrency
<(_:_:)
- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
static func < (lhs: SuspendingClock.Instant, rhs: SuspendingClock.Instant) -> Bool
static func < (lhs: SuspendingClock.Instant, rhs: SuspendingClock.Instant) -> Bool
s12_Concurrency15SuspendingClockV7InstantV1loiySbAE_AEtFZ
What are these?5BC9W
import _Concurrency
struct Instant
struct SuspendingClock
A clock that measures time that always increments but stops incrementing while the system is asleep.
@frozen struct Bool
A value type whose instances are either true
or false
.
init(from decoder: any Decoder) throws
static var now: SuspendingClock.Instant { get }
static func + (lhs: SuspendingClock.Instant, rhs: Duration) -> SuspendingClock.Instant
static func += (lhs: inout SuspendingClock.Instant, rhs: Duration)
static func - (lhs: SuspendingClock.Instant, rhs: Duration) -> SuspendingClock.Instant
static func - (lhs: SuspendingClock.Instant, rhs: SuspendingClock.Instant) -> Duration
static func -= (lhs: inout SuspendingClock.Instant, rhs: Duration)
static func == (lhs: SuspendingClock.Instant, rhs: SuspendingClock.Instant) -> Bool
func advanced(by duration: Duration) -> SuspendingClock.Instant
func duration(to other: SuspendingClock.Instant) -> Duration
func hash(into hasher: inout Hasher)