pub unsafe extern "C" fn furi_thread_alloc_ex(
    name: *const c_char,
    stack_size: u32,
    callback: FuriThreadCallback,
    context: *mut c_void
) -> *mut FuriThread
Expand description

Allocate FuriThread, shortcut version

Returns:

  • FuriThread*

Arguments

  • name -
  • stack_size -
  • callback -
  • context -