pub unsafe extern "C" fn ucp_request_test(
request: *mut c_void,
info: *mut ucp_tag_recv_info_t,
) -> ucs_status_tExpand description
@ingroup UCP_ENDPOINT @deprecated Replaced by @ref ucp_tag_recv_request_test and @ref ucp_request_check_status depends on use case.
@note Please use @ref ucp_request_check_status for cases that only need to check the completion status of an outstanding request. @ref ucp_request_check_status can be used for any type of request. @ref ucp_tag_recv_request_test should only be used for requests returned by @ref ucp_tag_recv_nb (or request allocated by user for @ref ucp_tag_recv_nbr) for which additional information (returned via the @a info pointer) is needed.