#40 Fix crash on Linux.
This commit is contained in:
@@ -62,7 +62,7 @@ DoubleWorker::~DoubleWorker()
|
||||
|
||||
void DoubleWorker::start()
|
||||
{
|
||||
while (true) {
|
||||
while (Workers::sequence() > 0) {
|
||||
if (Workers::isPaused()) {
|
||||
do {
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(200));
|
||||
|
||||
Reference in New Issue
Block a user