From 4fb336bc9e5c3351f193a3cea37ff5c9b7262ea2 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Wed, 15 Feb 2023 15:39:01 +0100 Subject: [PATCH] Add thread object usage docs #917 --- Source/Engine/Platform/Base/ThreadBase.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Engine/Platform/Base/ThreadBase.h b/Source/Engine/Platform/Base/ThreadBase.h index f9e78b555..dffae8005 100644 --- a/Source/Engine/Platform/Base/ThreadBase.h +++ b/Source/Engine/Platform/Base/ThreadBase.h @@ -12,6 +12,7 @@ class IRunnable; /// /// Base class for thread objects. /// +/// Ensure to call Kill or Join before deleting thread object. class FLAXENGINE_API ThreadBase : public Object, public NonCopyable { public: