C# 클래스 IronRuby.StandardLibrary.Threading.RubyQueue

파일 보기 프로젝트 열기: jschementi/iron 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
_queue Queue
_waiting int

공개 메소드들

메소드 설명
RubyQueue ( ) : System.Collections.Generic

보호된 메소드들

메소드 설명
Dequeue ( ) : object
RubyQueue ( int capacity ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Clear ( RubyQueue self ) : RubyQueue
Dequeue ( RubyQueue self, [ nonBlocking ) : object
Enqueue ( RubyQueue self, object value ) : RubyQueue
Enqueue ( object value ) : void
GetCount ( RubyQueue self ) : int
GetNumberOfWaitingThreads ( RubyQueue self ) : int
IsEmpty ( RubyQueue self ) : bool

메소드 상세

Dequeue() 보호된 메소드

protected Dequeue ( ) : object
리턴 object

RubyQueue() 공개 메소드

public RubyQueue ( ) : System.Collections.Generic
리턴 System.Collections.Generic

RubyQueue() 보호된 메소드

protected RubyQueue ( int capacity ) : System.Collections.Generic
capacity int
리턴 System.Collections.Generic

프로퍼티 상세

_queue 보호되어 있는 프로퍼티

protected Queue _queue
리턴 Queue

_waiting 보호되어 있는 프로퍼티

protected int _waiting
리턴 int