C# 클래스 BoundedProducerConsumer.PBB

상속: System.Buffer
파일 보기 프로젝트 열기: JoinPatterns/ScalableJoins

공개 메소드들

메소드 설명
PBB ( int capacity ) : System
get ( ) : string
put ( string s ) : void

메소드 상세

PBB() 공개 메소드

public PBB ( int capacity ) : System
capacity int
리턴 System

get() 공개 메소드

public get ( ) : string
리턴 string

put() 공개 메소드

public put ( string s ) : void
s string
리턴 void