do_task: add a constructor
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-01-02 07:12:14 +01:00
parent e5cba7e261
commit f3a9ee0d91
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -13,6 +13,7 @@ private:
std::timed_mutex do_sleep;
std::thread th;
public:
DoTask() noexcept;
~DoTask() noexcept;
auto thread_pls(const std::chrono::seconds& interval,