Brunet.Concurrent.Channel.Channel C# (CSharp) Method

Channel() public method

public Channel ( ) : System.Collections
return System.Collections
  public Channel() : this(-1) { }
  public Channel(int max_enq) : this(max_enq, null) { }

Same methods

Channel::Channel ( int max_enq ) : System.Collections
Channel::Channel ( int max_enqueues, object state ) : System.Collections