Function ucs_async_context_destroy

Source
pub unsafe extern "C" fn ucs_async_context_destroy(
    async_: *mut ucs_async_context_t,
)
Expand description

@ingroup UCS_RESOURCE @brief Destroy the asynchronous execution context

Clean up the async context, and release system resources if possible. The context memory released.

@param async Asynchronous context to clean up.