We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8b4054 commit c41decaCopy full SHA for c41deca
python/cocoindex/flow.py
@@ -604,7 +604,9 @@ async def wait_async(self) -> None:
604
def next_status_updates(self) -> FlowUpdaterStatusUpdates:
605
"""
606
Get the next status updates.
607
- It blocks until there's a new status updates, including the target get updated after
+
608
+ It blocks until there's a new status updates, including the processing finishes for a bunch of source updates,
609
+ and live updater stops (aborted, or no more sources to process).
610
611
return execution_context.run(self.next_status_updates_async())
612
0 commit comments