docs: fix threading module documentation discrepancies
- Fix include paths: use #include "Threading/..." instead of <XCEngine/Threading/...> - Document protected ITask constructors (ITask(), ITask(TaskPriority)) - Document Callback typedef in TaskGroup - Clarify Mutex STL-compatible methods are const - Note GetProgress() implementation limitation (returns 0.0f)
This commit is contained in:
@@ -20,7 +20,7 @@ void Start(Func&& func, const Containers::String& name = "Thread")
|
||||
**示例:**
|
||||
|
||||
```cpp
|
||||
#include <XCEngine/Threading/Thread.h>
|
||||
#include "Threading/Thread.h"
|
||||
|
||||
Thread worker;
|
||||
worker.Start([]() {
|
||||
|
||||
Reference in New Issue
Block a user