public class TInternalProgressThread
Internal background worker for CLR targets.
Runs the user job on a dedicated Thread, observes Dew.Math.TMtxProgressRuntime.Cancel, and signals completion through the runtime. Exposes a public Dew.Math.TInternalProgressThread.Counter used for loop progress.
Methods
| Name | Description |
|---|---|
| ctor | Create and start the worker thread. |
| IsTerminated | True after the worker has finished its execution method. |
| Terminate | Request cooperative cancellation. |