6 #ifndef SPDLOG_HEADER_ONLY
15 active_ = (interval > std::chrono::seconds::zero());
24 std::unique_lock<std::mutex> lock(this->
mutex_);
25 if (this->
cv_.wait_for(lock, interval, [
this] { return !this->active_; }))
40 std::lock_guard<std::mutex> lock(
mutex_);