Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
test-con-queue.C File Reference
#include <iostream>
#include <cerrno>
#include <chrono>
#include <thread>
#include <q-consumer-threads.H>
Include dependency graph for test-con-queue.C:

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
 

Function Documentation

◆ main()

int main ( int  argc,
char *  argv[] 
)

Variable Documentation

◆ WORK_DELAY_MS

constexpr size_t WORK_DELAY_MS = 10
staticconstexpr

Definition at line 36 of file test-con-queue.C.

Referenced by main(), Event1::run(), and Event2::run().