TInternalProgressThread Class

Source: MtxForLoop.cs · Assembly: Dew.Math

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

NameDescription
ctorCreate and start the worker thread.
IsTerminatedTrue after the worker has finished its execution method.
TerminateRequest cooperative cancellation.