pub unsafe extern "C" fn pw_data_loop_wait(
loop_: *mut pw_data_loop,
timeout: c_int,
) -> c_int
Expand description
wait for activity on the loop up to \a timeout milliseconds. Should be called from the loop function
pub unsafe extern "C" fn pw_data_loop_wait(
loop_: *mut pw_data_loop,
timeout: c_int,
) -> c_int
wait for activity on the loop up to \a timeout milliseconds. Should be called from the loop function