xwrust::xwos::cthd

Function i

source
pub fn i() -> ThdD
Expand description

获取当前线程的对象描述符

§上下文

  • 线程

§示例

use use xwrust::xwos::cthd;

let thdd = cthd::i();