Module: Ragweed::Wraposx::ThreadInfo::State
- Defined in:
- lib/ragweed/wraposx/thread_info.rb
Constant Summary collapse
- RUNNING =
Thread run states
1- STOPPED =
/* thread is running normally */
2- WAITING =
/* thread is stopped */
3- UNINTERRUPTIBLE =
/* thread is waiting normally */
4- HALTED =
/* thread is in an uninterruptible wait */
5