Constant JVM_THREAD_DAEMON

pub const JVM_THREAD_DAEMON: &'static str;
Expand description

Whether the thread is daemon or not.

§Notes