Function Reactor.hangDetectorEnabled

Property for disabling/enabling the hang detector.

bool hangDetectorEnabled () pure nothrow @property @nogc @safe const;

void hangDetectorEnabled (
  bool enabled
) pure nothrow @property @nogc @safe;

The hang detector must be configured during setup by setting OpenOptions.hangDetectorTimeout.