executorlib.task_scheduler.file.backend.backend_load_file# executorlib.task_scheduler.file.backend.backend_load_file(file_name: str) → dict[source]# Load the data from an HDF5 file and convert FutureItem objects to their results. Parameters: file_name (str) – The name of the HDF5 file. Returns: The loaded data from the file. Return type: dict