include/qtl_database_pool.hpp @@ -29,7 +29,14 @@ if(m_background_thread.joinable()) { m_stop_thread=true; m_background_thread.join(); try { m_background_thread.join(); } catch (std::system_error&) { //igore the error } } clear(); }