File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66#include " LWBoundedQueue.hpp"
77#include " QueueProcessor.hpp"
88
9- void elabFunc (const int &value) { std::cout << " Dequeued:" << value << std::endl; }
9+ void elabFunc (const int &value) {
10+ std::cout << " Dequeued:" << value << std::endl;
11+ }
1012
1113void exampleBoundedQueue () {
1214 std::cout << " Example BoundedQueue Processor" << std::endl;
@@ -97,7 +99,8 @@ void exampleBoundedQueueAsync() {
9799// auto intBoundedQueue =
98100// std::make_shared<DogBreeds::Labrador::LWBoundedQueue<int>>(10);
99101
100- // DogBreeds::Labrador::AsyncQueueProcessor<int> qp(intBoundedQueue, elabFunc);
102+ // DogBreeds::Labrador::AsyncQueueProcessor<int> qp(intBoundedQueue,
103+ // elabFunc);
101104
102105// std::shared_ptr<DogBreeds::Labrador::AbstractQueue<int>> queueWrapperInt =
103106// intBoundedQueue;
You can’t perform that action at this time.
0 commit comments