Investigate if async reader/async writer and their concluding variants should be sendable. The concrete case when you hit it is when calling `requestConcludingAsyncReader.consumeAndConclude { reader in` and need to send the `reader`.
Investigate if async reader/async writer and their concluding variants should be sendable.
The concrete case when you hit it is when calling
requestConcludingAsyncReader.consumeAndConclude { reader inand need to send thereader.