Add thread object usage docs #917
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user