Function jortestkit::load::start_async

source ·
pub fn start_async<I, S>(
    request_generator: I,
    status_provider: S,
    config: Configuration,
    title: &str
) -> Statswhere
    I: RequestGenerator + 'static,
    S: RequestStatusProvider + Send + 'static,