pub unsafe extern "C" fn rcl_wait(
    wait_set: *mut rcl_wait_set_t,
    timeout: i64
) -> rcl_ret_t
Expand description

Block until the wait set is ready or until the timeout has been exceeded.