Files
pip/libs/main/thread/pithreadpoolexecutor.h
2026-03-24 19:56:43 +03:00

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