Thibault Wittemberg
Thibault Wittemberg
@JCSooHwanCho I have introduced a `.mapToResult` operator (main branch), it might be more versatile
Is there an official definition to what a `Channel` should be? especially regarding the synchronisation part between sender and receiver. If the link @phausler has provided is considered an "official"...
I guess in case of a sending cancellation, we should only make sure the sending continuation is resumed immediately, and the operation is removed from the `pending` list (and only...
https://github.com/apple/swift-async-algorithms/pull/184
Hi Shouldn’t that be part of the XCTest lib ? I guess this issue will happen for a lot of people out there. @phausler
Hi everyone `Task.select`: is not super explicit on what it does (regarding selecting the first task that finished) `Task.first`: could be misleading because it takes several tasks as parameters, and...
Hi @rustle I allow my self to post a comment here since I’ve made the same kind of implementation in a pitch on the forum -> https://forums.swift.org/t/pitch-async-buffered-channel/59854 The outcome seemed...
> Just left some smaller comments here already that I spotted Hi @FranzBusch thanks for the review. I'll address them soon. As for the "ad-hoc" internal testing properties, I followed...
Just for the record: both `AsyncChannel` and `AsyncThrowingChannel` should have those tests.