| 1 | #include "cpr/async.h" |
|---|---|
| 2 | |
| 3 | namespace cpr { |
| 4 | |
| 5 | // NOLINTNEXTLINE (cppcoreguidelines-avoid-non-const-global-variables) |
| 6 | CPR_SINGLETON_IMPL(GlobalThreadPool) |
| 7 | |
| 8 | } // namespace cpr |
| 9 |
| 1 | #include "cpr/async.h" |
|---|---|
| 2 | |
| 3 | namespace cpr { |
| 4 | |
| 5 | // NOLINTNEXTLINE (cppcoreguidelines-avoid-non-const-global-variables) |
| 6 | CPR_SINGLETON_IMPL(GlobalThreadPool) |
| 7 | |
| 8 | } // namespace cpr |
| 9 |