view_dispatcher_enable_queue

Function view_dispatcher_enable_queue 

Source
pub unsafe extern "C" fn view_dispatcher_enable_queue(
    view_dispatcher: *mut ViewDispatcher,
)
Expand description

Enable queue support

Deprecated Do NOT use in new code and remove all calls to it from existing code. The queue support is now always enabled during construction. If no queue support is required, consider using ViewHolder instead.

ยงArguments

  • view_dispatcher - ViewDispatcher instance