work with PIThreadPoolWorker

This commit is contained in:
2026-03-24 19:56:43 +03:00
parent 3102b985d5
commit 5868e0ec9d
3 changed files with 123 additions and 17 deletions

View File

@@ -1,6 +1,10 @@
#ifndef PITHREADPOOLEXECUTOR_H
#define PITHREADPOOLEXECUTOR_H
#include "pithreadpoolworker.h"
namespace {
// [[deprecated("DeprecatedHeader.h is deprecated. Use NewHeader.h instead.")]]
DEPRECATEDM("Use pithreadpoolworker.h") const bool deprecated_header_is_used = true;
} // namespace
}
#endif