You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @DNedic ,I'm sorry that my explanation may not be clear.
The size of the queue is currently specified by template parameters. Can you add the function of dynamically specifying the queue size?
I'm going to assume you want to be able to dynamically allocate the internal buffer this way. This is not something that we currently intend to support, but I will leave the issue as a feature request.
lockfree::mpmc::Queue<int16_t> queue(20);
The text was updated successfully, but these errors were encountered: