#[no_mangle]
pub extern "C" fn coroutine_timeout_join(
handle: &JoinHandle,
ns_time: u64,
) -> c_long
Expand description
等待协程完成
#[no_mangle]
pub extern "C" fn coroutine_timeout_join(
handle: &JoinHandle,
ns_time: u64,
) -> c_long
等待协程完成