|
Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
|
#include <iostream>#include <cerrno>#include <chrono>#include <thread>#include <q-consumer-threads.H>Go to the source code of this file.
Classes | |
| struct | Event1 |
| struct | Event2 |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| static constexpr size_t | WORK_DELAY_MS = 10 |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 58 of file test-con-queue.C.
References Aleph::DynList< T >::append(), Aleph::divide_and_conquer_partition_dp(), FunctionalMethods< Container, T >::for_each(), and WORK_DELAY_MS.
|
staticconstexpr |
Definition at line 36 of file test-con-queue.C.
Referenced by main(), Event1::run(), and Event2::run().