Skip to content

Commit 733132b

Browse files
committed
docs: Mark AsyncReadOnlyStore experimental
1 parent 606860d commit 733132b

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

ldclient/interfaces.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -310,6 +310,11 @@ class AsyncReadOnlyStore(Protocol):
310310
Both async data systems expose their active store through this uniform interface:
311311
:class:`AsyncFeatureStore` satisfies it directly (FDv1), and FDv2 adapts its
312312
synchronous in-memory store to it. This is the async analog of :class:`ReadOnlyStore`.
313+
314+
.. caution::
315+
This feature is experimental and should NOT be considered ready for production
316+
use. It may change or be removed without notice and is not subject to backwards
317+
compatibility guarantees.
313318
"""
314319

315320
@abstractmethod

0 commit comments

Comments
 (0)