Skip to content

Commit e8b6a28

Browse files
committed
Add note about blocking call
1 parent b4a6694 commit e8b6a28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/bloqade/submission/quera.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ def task_results(self, task_id: str) -> QuEraTaskResults:
113113
Returns:
114114
task_result (QuEraTaskResults):
115115
Final result of a task previously submitted by using the task id.
116+
117+
Note:
118+
This is a blocking call, meaning the function will not
119+
return till the task has stopped.
116120
"""
117121
return QuEraTaskResults(**self.queue_api.poll_task_results(task_id))
118122

0 commit comments

Comments
 (0)