Skip to main content

prism_log_flush

Function prism_log_flush 

Source
pub unsafe extern "C" fn prism_log_flush()
Expand description

Blocks until all messages queued before the call have been delivered.

ยงSafety

Safe to call at any time; this is unsafe only because it crosses the FFI boundary.