Skip to main content

prism_availability_poll_pause

Function prism_availability_poll_pause 

Source
pub unsafe extern "C" fn prism_availability_poll_pause(
    ctx: *mut PrismContext,
)
Expand description

Pauses the availability poll thread.

ยงSafety

ctx must be a live context from prism_init that has not been passed to prism_shutdown.