mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-01-19 03:57:14 +01:00
9 lines
169 B
C++
9 lines
169 B
C++
|
#include "cpr/async.h"
|
||
|
|
||
|
namespace cpr {
|
||
|
|
||
|
// NOLINTNEXTLINE (cppcoreguidelines-avoid-non-const-global-variables)
|
||
|
CPR_SINGLETON_IMPL(GlobalThreadPool)
|
||
|
|
||
|
} // namespace cpr
|