pub unsafe extern "C" fn furi_event_loop_is_subscribed(
instance: *mut FuriEventLoop,
object: *mut FuriEventLoopObject,
) -> boolExpand description
Checks if the loop is subscribed to an object of any kind
ยงArguments
instance- Event Loop instanceobject- Object to check