public template ConcurrentQueue<T1>
Modifier and Type | Field |
---|---|
Object |
_sync
|
List<T1> |
_array
|
Reference<system'IntNumber> |
_top
|
Reference<system'IntNumber> |
_tale
|
Modifier and Type | Constructor / Static Method |
---|---|
ConcurrentQueue<T1> |
constructor()
|
Modifier and Type | Property |
---|---|
get IntNumber |
Length()
|
get Queue<T1> |
Snapshot()
Returns a copy of the queue
|