C# Class BoundedProducerConsumer.PBB

Inheritance: System.Buffer
Mostrar archivo Open project: JoinPatterns/ScalableJoins

Public Methods

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

Method Details

PBB() public method

public PBB ( 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