Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
BoundedProducerConsumer
LBB
C# Class BoundedProducerConsumer.LBB
Inheritance:
System.Buffer
Datei anzeigen
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