Lots of work on several unrelated things.
This commit is contained in:
@@ -1,7 +1,4 @@
|
||||
#include "TriggeredTask.h"
|
||||
#include "DebugPrint.h"
|
||||
|
||||
using namespace DebugPrint;
|
||||
|
||||
FTriggeredTask::FTriggeredTask() {
|
||||
Client = nullptr;
|
||||
@@ -16,7 +13,6 @@ uint32 FTriggeredTask::Run() {
|
||||
{
|
||||
CallEvent->Wait();
|
||||
if (ThreadStopRequested) {
|
||||
DPrint("Thread stopping as requested");
|
||||
break;
|
||||
}
|
||||
// The payload.
|
||||
|
||||
Reference in New Issue
Block a user