C# Class BoundedProducerConsumer.LBB

Inheritance: System.Buffer
Show file Open project: JoinPatterns/ScalableJoins

Public Methods

Method Description
LBB ( int capacity ) : System
get ( ) : string
put ( string s ) : void

Method Details

LBB() public method

public LBB ( int capacity ) : System
capacity int
return System

get() public method

public get ( ) : string
return string

put() public method

public put ( string s ) : void
s string
return void