write_flush

Function write_flush 

Source
pub fn write_flush(buf: &mut Vec<u8>)
Expand description

Write a Flush message.

Forces the server to send all pending responses without waiting for Sync. Useful for pipelining when you need intermediate results.