I am a user of the Boost Thread library experimental class, "sync_queue".
I would like to know if there is a way to remove all elements currently in the queue.
I don't see a "clear()" or "erase()" type method exposed and I don't see an easy way to access the internal container as a workaround.