bloqade.core.device.future
future¶
bloqade.core.device.future
Attributes
| Name | Type | Default | Description |
|---|---|---|---|
DEFAULT_FETCH_OPTIONS | — | ApiFetchOptions() | |
FutureType | — | TypeVar('FutureType', bound=(Future[Any]), default=(Future[Result])) |
View bloqade.core.device.future.ApiFetchOptions →View bloqade.core.device.future.ApiFetchOptions.subtasks_per_fetch →View bloqade.core.device.future.ApiFetchOptions.shots_per_fetch →View bloqade.core.device.future.ApiFetchOptions.poll_interval_initial →View bloqade.core.device.future.ApiFetchOptions.poll_interval_max →View bloqade.core.device.future.ApiFetchOptions.poll_interval_factor →View bloqade.core.device.future.Future →View bloqade.core.device.future.Future.task_id →View bloqade.core.device.future.Future.storage →View bloqade.core.device.future.Future.fetch_options →View bloqade.core.device.future.Future.EXIT_STATUS →View bloqade.core.device.future.Future.result_cls →View bloqade.core.device.future.Future.get_task →View bloqade.core.device.future.Future.get_compilation →View bloqade.core.device.future.Future.fetch →View bloqade.core.device.future.Future.done →View bloqade.core.device.future.Future.status →View bloqade.core.device.future.Future.cancel →View bloqade.core.device.future.Future.cancelled →View bloqade.core.device.future.Future.result →View bloqade.core.device.future.Future.partial_result →View bloqade.core.device.future.Future.results_from_storage →View bloqade.core.device.future.Future.export_to →View bloqade.core.device.future.Future.fetch_and_export_to →View bloqade.core.device.future.Future.from_storage →View bloqade.core.device.future.Future.from_task_id →