mirror of
https://github.com/13hannes11/UU_la_parallel_programming_practical_assignments.git
synced 2024-09-04 00:50:58 +02:00
implement count
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
|
||||
class TreiberStack:public Stack{
|
||||
private:
|
||||
std::atomic<int> count;
|
||||
std::atomic<Node *> top;
|
||||
public:
|
||||
TreiberStack(ADTOperationQueue * queue);
|
||||
|
||||
Reference in New Issue
Block a user