Skip to content

Commit f236c59

Browse files
committed
docs: Note sync vs async status behavior on BigSegmentStoreStatusProvider
1 parent ea1daed commit f236c59

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

ldclient/interfaces.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -691,6 +691,10 @@ def status(self) -> BigSegmentStoreStatus:
691691
"""
692692
Gets the current status of the store.
693693
694+
Before the first poll completes, the synchronous SDK performs a blocking store query and
695+
returns its result, while the async SDK (``AsyncLDClient``) returns the last polled status
696+
without blocking -- ``available=False`` until the first background poll completes.
697+
694698
:return: the status
695699
"""
696700
pass

0 commit comments

Comments
 (0)