TJobProc Anonymous method
A procedure type for the work done by a TJobWorker.
Remarks
AToken: Canceled when the worker is stopping.
Syntax
Unit: Sparkle.Host.Jobs
TJobProc = reference to procedure(const AToken: ICancellationToken);
A procedure type for the work done by a TJobWorker.
AToken: Canceled when the worker is stopping.
Unit: Sparkle.Host.Jobs
TJobProc = reference to procedure(const AToken: ICancellationToken);