TimeoutOption - ZjzMisaka/PowerThreadPool GitHub Wiki
Properties
The maximum amount of time (ms)
int Duration;
If forceStop is true, Thread.Interrupt() and Thread.Join() will be called.
bool ForceStop;
The maximum amount of time (ms)
int Duration;
If forceStop is true, Thread.Interrupt() and Thread.Join() will be called.
bool ForceStop;