pub fn shld_stop() -> bool
判断当前线程是否可退出
use use xwrust::xwos::cthd; if cthd::shld_stop() { return result; }