Functions
The following functions are available globally.
-
withTimeout(seconds:
Asynchronousoperation: ) Declaration
Swift
@discardableResult public func withTimeout<R>( seconds: TimeInterval, operation: @escaping @Sendable () async throws -> R ) async throws -> R