libcpr/cpr/async.cpp

9 lines
169 B
C++
Raw Permalink Normal View History

2024-04-14 01:01:22 +00:00
#include "cpr/async.h"
namespace cpr {
// NOLINTNEXTLINE (cppcoreguidelines-avoid-non-const-global-variables)
CPR_SINGLETON_IMPL(GlobalThreadPool)
} // namespace cpr