$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Boost sync_queue clear
From: kjw (kenneth69_at_[hidden])
Date: 2018-01-21 22:06:11
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.