Add thread object usage docs #917

This commit is contained in:
Wojtek Figat
2023-02-15 15:39:01 +01:00
parent 6c249172d4
commit 4fb336bc9e

View File

@@ -12,6 +12,7 @@ class IRunnable;
/// <summary>
/// Base class for thread objects.
/// </summary>
/// <remarks>Ensure to call Kill or Join before deleting thread object.</remarks>
class FLAXENGINE_API ThreadBase : public Object, public NonCopyable
{
public: