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.
pub unsafe extern "C" fn prism_availability_poll_pause(
ctx: *mut PrismContext,
)Pauses the availability poll thread.
ctx must be a live context from prism_init that has not been passed to prism_shutdown.