lv_thread_delete

Function lv_thread_delete 

Source
pub unsafe extern "C" fn lv_thread_delete(
    thread: *mut lv_thread_t,
) -> lv_result_t
Expand description

Delete a thread @param thread the thread to delete @return LV_RESULT_OK: success; LV_RESULT_INVALID: failure