Constructor DispatchQueue
DispatchQueue(int)
Constructor for DispatchQueue.
Declaration
public DispatchQueue(int size)
Parameters
Type | Name | Description |
---|---|---|
int | size | Maximum length of the queue |
Remarks
Creates two lists with the maximum amount of LogMessage's that it can process before it should be flipped.