Avatar
@swift-5.10.1 func withSpan<T>( isolation: isolated (any Actor)? = #isolation, _ operation: () async throws -> T ) async rethrows -> T { try await operation() }