Ejemplo n.º 1
0
            public SingleConsumerUnboundedChannelReader(SingleConsumerUnboundedChannel <T> parent)
            {
                this.parent = parent;

                TaskTracker.TrackActiveTask(this, 4);
            }
Ejemplo n.º 2
0
 public SingleConsumerUnboundedChannelWriter(SingleConsumerUnboundedChannel <T> parent)
 {
     this.parent = parent;
 }