Function nemo_relay_stream_close
Function nemo_relay_stream_close
Generated from cargo doc --no-deps -p nemo-relay -p nemo-relay-adaptive -p nemo-relay-pii-redaction -p nemo-relay-ffi -p nemo-relay-types -p nemo-relay-plugin -p nemo-relay-worker-proto -p nemo-relay-worker.
#[unsafe(no_mangle)]pub unsafe extern "C" fn nemo_relay_stream_close(
stream: *mut FfiStream,
) -> NemoRelayStatus
Stop a stream producer and wait for cleanup to complete.
This operation is idempotent. It does not free stream; callers must still release the handle with nemo_relay_stream_free.
Safety
stream must be a valid FfiStream pointer returned by nemo_relay_llm_stream_call_execute, or null.