mirror of
https://github.com/latentPrion/libspinscale.git
synced 2026-04-17 22:44:25 +00:00
PuppetApp: exitAllThreads should call its own final segment
Previously it called the executeGenericOpOn which didn't call join() on threads
This commit is contained in:
@@ -197,7 +197,7 @@ void PuppetApplication::exitAllPuppetThreadsReq(
|
||||
{
|
||||
thread->exitThreadReq(
|
||||
{request, std::bind(
|
||||
&PuppetThreadLifetimeMgmtOp::executeGenericOpOnAllPuppetThreadsReq1,
|
||||
&PuppetThreadLifetimeMgmtOp::exitAllPuppetThreadsReq1,
|
||||
request.get(), request)});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user