RacProtoQuiesceNative typedef

RacProtoQuiesceNative = Void Function()

void (*)(void) quiesce ABI exposed by every modality stream header (rac_llm_stream.h, rac_stt_stream.h, rac_tts_stream.h, rac_vad_stream.h, rac_diffusion_stream.h, rac_vlm_service.h, voice_agent). Callers spin-wait until all in-flight proto-byte stream dispatches have returned before freeing user_data passed to the matching set_*_callback ABI.

Implementation

typedef RacProtoQuiesceNative = ffi.Void Function();