zStatus zSyncQueue_Construct(zSyncQueue* queue, zUIntPtr itemSize, z32u capacity);
|
Parameters |
Description |
|
zSyncQueue* queue |
Destination for the constructed object handle. |
|
zUIntPtr itemSize |
Size, in bytes, of each item in the queue. |
|
z32u capacity |
Maximum count of items that can be contained by the queue. |
Constructs a synchronized queue object.
zSyncQueue.h