pub unsafe extern "C" fn ucp_worker_destroy(worker: ucp_worker_h)Expand description
@ingroup UCP_WORKER @brief Destroy a worker object.
This routine releases the resources associated with a @ref ucp_worker_h “UCP worker”.
@warning Once the UCP worker destroy the worker handle cannot be used with any UCP routine.
The destroy process releases and shuts down all resources associated with the @ref ucp_worker_h “worker”.
@param [in] worker Worker object to destroy.