xwrust::xwos::cthd

Function shld_stop

source
pub fn shld_stop() -> bool
Expand description

判断当前线程是否可退出

§上下文

  • 线程

§示例

use use xwrust::xwos::cthd;

if cthd::shld_stop() {
    return result;
}