Function flipperzero_sys::furi_thread_alloc_ex
source · pub unsafe extern "C" fn furi_thread_alloc_ex(
name: *const c_char,
stack_size: u32,
callback: FuriThreadCallback,
context: *mut c_void
) -> *mut FuriThreadExpand description
Allocate FuriThread, shortcut version
Returns:
- FuriThread*
Arguments
name-stack_size-callback-context-