Skip to content

Commit c41deca

Browse files
committed
docs: more updates to documentation
1 parent d8b4054 commit c41deca

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

python/cocoindex/flow.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -604,7 +604,9 @@ async def wait_async(self) -> None:
604604
def next_status_updates(self) -> FlowUpdaterStatusUpdates:
605605
"""
606606
Get the next status updates.
607-
It blocks until there's a new status updates, including the target get updated after
607+
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).
608610
"""
609611
return execution_context.run(self.next_status_updates_async())
610612

0 commit comments

Comments
 (0)