MultiTypeQueue Constructor
MultiTypeQueue constructor
Syntax
MultiTypeQueue(uint32_t queNum, uint32_t maxQueLen = 1024, uint32_t durationMs = 0);
Parameter Description
Parameter |
Description |
Value Range |
---|---|---|
queNum |
Number of queues |
- |
maxQueLen |
Maximum length of each queue |
- |
durationMs |
Maximum interval between the time when a queue member enters a queue and the time when the member leaves the queue. If a member does not enter the queue (Pop) within duration_ms after entering the queue (Push), the member is automatically deleted. |
- |
Return Value
None
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot