ThreadResumerSettings
class in Coherence.Plugins.NativeUtils
Settings for the ThreadResumer class.
Constructors
ThreadResumerSettings |
Fields
Enabled | Should the ThreadResumer run? |
LongSearchWarnThresholdMs | If searching for suspended threads takes longer than this threshold, log a warning. |
SearchIntervalMs | How often to conduct a search for suspended threads (in milliseconds). |
WarnOnSuspension | Should the ThreadResumer log when a suspended thread is found? |