11 lines
203 B
C
11 lines
203 B
C
#ifndef PITHREADPOOLEXECUTOR_H
|
|
#define PITHREADPOOLEXECUTOR_H
|
|
|
|
#include "pithreadpoolworker.h"
|
|
|
|
namespace {
|
|
DEPRECATEDM("Use pithreadpoolworker.h") const bool deprecated_header_is_used = true;
|
|
}
|
|
|
|
#endif
|