c++ - boost::lockfree::queue without threads -


i have code during program termination crashing. per analysis if comment pop queue call return constant element crash disappears. not sure why code crashes when queue pop call implemented - note not using threads purpose.

is boost lockfree queues has implemented using threads - tried implementing copy, assignment operator method in class seems neither called nor in mitigating crash - issue?


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - VueJS2 and the Window Object - how to use? -