mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 11:59:58 -05: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
|