.NET INTERNALS: SYSTEM.THREADING.CHANNELS – UNBOUNDEDCHANNEL<T> PART 2 by @stevejgordon stevejgordon.co.uk
In part 1 of this mini-series, we began to explore the internals of the UnboundedChannel<T> type, learning about its class hierarchy and how an instance can be instantiated. In this post, we’ll continue our journey and focus on how items are written to an UnboundedChannel.