Function laminar_stream_is_active
Source #[unsafe(no_mangle)]
pub unsafe extern "C" fn laminar_stream_is_active(
stream: *mut LaminarQueryStream,
out: *mut bool,
) -> i32
Expand description
Check if a query stream is still active.
ยงSafety
stream and out must be valid non-null pointers.