mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-04-17 22:44:25 +00:00
CompThr: Set keepLooping=false in ctor
This commit is contained in:
@@ -34,7 +34,7 @@ class ComponentThread
|
||||
{
|
||||
protected:
|
||||
ComponentThread(ThreadId _id, std::string _name)
|
||||
: id(_id), name(std::move(_name)), work(io_service)
|
||||
: id(_id), name(std::move(_name)), work(io_service), keepLooping(true)
|
||||
{}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user