pub unsafe extern "C" fn furi_thread_set_context(
    thread: *mut FuriThread,
    context: *mut c_void
)
Expand description

Set FuriThread context

Arguments

  • thread - FuriThread instance
  • context - pointer to context for thread callback