B
Brad Tilley
I was wondering if anyone has tried using std::stack with threads? I
have a threaded application that uses a std::queue right now and I had
a need to insert jobs at the front of the queue. So naturally, I
thought a stack was perfect for that, but have never used a stack to
feed threads Just thought I'd ask here.
Thanks,
Brad
have a threaded application that uses a std::queue right now and I had
a need to insert jobs at the front of the queue. So naturally, I
thought a stack was perfect for that, but have never used a stack to
feed threads Just thought I'd ask here.
Thanks,
Brad