It would be less messy to implement this "disregard" pattern if try? were allowed. Has this been discussed?
do {
for try await _ in asyncSequence {
}
} catch { }
It would be less messy to implement this "disregard" pattern if try? were allowed. Has this been discussed?
do {
for try await _ in asyncSequence {
}
} catch { }