Constant JVM_THREAD_STATE

pub const JVM_THREAD_STATE: &'static str;
Expand description

State of the thread.

§Notes

§Examples

  • "runnable"
  • "blocked"