send_concurrent_streaming

Function send_concurrent_streaming 

Source
pub fn send_concurrent_streaming(
    url: &str,
    prompt: &str,
    max_tokens: usize,
    concurrency: usize,
) -> Vec<Result<StreamResult>>