logo
pub fn list_experiments(
    host: &HiveHost
) -> impl Future<Output = Result<Vec<ExperimentInfo>, Error>>
Expand description

Lists all running experiments on the hive server.

You can connect to a running experiment using Experiment::connect_to_experiment.