Package io.deephaven.util.thread


package io.deephaven.util.thread
  • Class
    Description
     
    A simple method for generating a Thread dump for this JVM; it doesn't do all the stuff that the kill -3 does; but you can easily run it from inside the JVM without having to send yourself a signal.
     
    Extension point to allow threads that will run user code from within the platform to be controlled by configuration.