comparison OrthancServer/LuaScripting.cpp @ 2665:389d050a2e66 jobs

fix deadlock, speed up unit tests
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 08 Jun 2018 13:51:31 +0200
parents 1da5a052c777
children 3fc310ceb6d4
comparison
equal deleted inserted replaced
2664:a21b244efb37 2665:389d050a2e66
579 } 579 }
580 else 580 else
581 { 581 {
582 LOG(INFO) << "Starting the Lua engine"; 582 LOG(INFO) << "Starting the Lua engine";
583 eventThread_ = boost::thread(EventThread, this); 583 eventThread_ = boost::thread(EventThread, this);
584 state_ = State_Running;
584 } 585 }
585 } 586 }
586 587
587 588
588 void LuaScripting::Stop() 589 void LuaScripting::Stop()