Task Channel operations should support CancellationToken
Open
- Dominant language
- C#
- Stars
- 4.3k
- Forks
- 1k
- PR merge metrics
- No merged PRs in 30d
Description
It would be useful for IChannel `*Async` operations to support CancellationToken and so enable cooperative cancellation in .NET.
My understanding is that Netty supports cooperative cancellation this via [ChannelFuture](https://netty.io/4.0/api/io/netty/channel/ChannelFuture.html).cancel().
Contributor guide
Assessment
This issue has not been assessed yet.