1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-03-13 23:57:13 +01:00
SqMod/vendor/CPR/cpr/async.cpp

9 lines
169 B
C++
Raw Normal View History

#include "cpr/async.h"
namespace cpr {
// NOLINTNEXTLINE (cppcoreguidelines-avoid-non-const-global-variables)
CPR_SINGLETON_IMPL(GlobalThreadPool)
} // namespace cpr