IChannelInfo
interface IChannelInfo
namespace DotNext.Threading.Channels
{
internal interface IChannelInfo
{
long Position { get; }
}
}