Property | Type | Description | |
---|---|---|---|
_queue | Queue | ||
_waiting | int |
Method | Description | |
---|---|---|
RubyQueue ( ) : System.Collections.Generic |
Method | Description | |
---|---|---|
Dequeue ( ) : object | ||
RubyQueue ( int capacity ) : System.Collections.Generic |
Method | Description | |
---|---|---|
Clear ( |
||
Dequeue ( |
||
Enqueue ( |
||
Enqueue ( object value ) : void | ||
GetCount ( |
||
GetNumberOfWaitingThreads ( |
||
IsEmpty ( |
public RubyQueue ( ) : System.Collections.Generic | ||
return | System.Collections.Generic |
protected RubyQueue ( int capacity ) : System.Collections.Generic | ||
capacity | int | |
return | System.Collections.Generic |