Closed alexrp closed 2 years ago
(It seems like only ReadLineAsync
will get a CancellationToken
overload.)
Need to determine what to do about ReadLine
...
It might make the most sense to just not support cancellation in synchronous methods. That seems to be the norm throughout the BCL.
Depends on:
Blocked on: dotnet/runtime#20824