furi_record_destroy

Function furi_record_destroy 

Source
pub unsafe extern "C" fn furi_record_destroy(
    name: *const c_char,
) -> bool
Expand description

Destroy record

§Arguments

  • name - record name

§Returns

true if successful, false if still have holders or thread is not owner.

Note: Thread safe. Create and destroy must be executed from the same thread.