[SC] Ejecución asíncrona, serial y concurrente (async let)
📰 Dev.to · GoyesDev
func fetchData(_ id: Int) async throws -> String { try await Task.sleep(for: .seconds(1)) ...
func fetchData(_ id: Int) async throws -> String { try await Task.sleep(for: .seconds(1)) ...