Boost logo

Boost Users :

Subject: Re: [Boost-users] Boost sync_queue clear
From: kjw (kenneth69_at_[hidden])
Date: 2018-01-21 22:06:11


Joël,
Thank you for the response. I'll give close() a try.

Ken


------ Original Message ------
Received: 07:08 PM EST, 01/19/2018
From: Klaim - Joël Lamotte via Boost-users <boost-users@lists.boost.org>
To: Boost users list <boost-users@lists.boost.org>
Cc: Klaim - Joël Lamotte <mjklaim@gmail.com>
Subject: Re: [Boost-users] Boost sync_queue clear




On Sat, Jan 20, 2018 at 12:17 AM, kjw via Boost-users <boost-users@lists.boost.org> wrote:
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.


I think the close() operation is the closest thing to what you want.
It looks like this type doesn't present copy assignation either so you cannot do my_queue = {}; to reset it.
I suspect this is by design.

Joël Lamotte
 

_______________________________________________
Boost-users mailing list
Boost-users@lists.boost.org
https://lists.boost.org/mailman/listinfo.cgi/boost-users




Boost-users list run by williamkempf at hotmail.com, kalb at libertysoft.com, bjorn.karlsson at readsoft.com, gregod at cs.rpi.edu, wekempf at cox.net