Overload List
| # | Signature | Description |
|---|---|---|
| 1 | TInternalProgressThread(tThreadPriority PriorityLevel, TMtxProgressRuntime *ProgressRuntime); | Create and start the worker thread. |
| 2 | TInternalProgressThread(); |
Overload 1: TInternalProgressThread(tThreadPriority PriorityLevel, TMtxProgressRuntime *ProgressRuntime);
Create and start the worker thread.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | PriorityLevel | tThreadPriority | Thread priority. |
| 2 | ProgressRuntime | TMtxProgressRuntime * | Runtime to operate on. |
Declared in Dew::Math::TInternalProgressThread · Dew.Math/MtxForLoop.h · Cross-compiler
Overload 2: TInternalProgressThread();
Declared in Dew::Math::TInternalProgressThread · Dew.Math/MtxForLoop.h · Cross-compiler