Skip to content
Snippets Groups Projects
Commit cf1883df authored by rswindell's avatar rswindell
Browse files

No longer using ChildEvent to signal thread termination.

parent 2e80cf85
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,6 @@ void __fastcall TTestThread::Execute() ...@@ -25,7 +25,6 @@ void __fastcall TTestThread::Execute()
} }
printf("thread_test exit\n"); printf("thread_test exit\n");
ChildEvent->SetEvent();
} }
//--------------------------------------------------------------------------- //---------------------------------------------------------------------------
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment