pipe_attach_to_event_loop

Function pipe_attach_to_event_loop 

Source
pub unsafe extern "C" fn pipe_attach_to_event_loop(
    pipe: *mut PipeSide,
    event_loop: *mut FuriEventLoop,
)
Expand description

Attaches a PipeSide to a FuriEventLoop, allowing to attach callbacks to the PipeSide.

ยงArguments

  • [in] - pipe Pipe side to attach to the event loop
  • [in] - event_loop Event loop to attach the pipe side to