We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b4242d commit 53c0eeaCopy full SHA for 53c0eea
1 file changed
src/frequenz/channels/_anycast.py
@@ -20,6 +20,12 @@
20
_logger = logging.getLogger(__name__)
21
22
23
+@deprecated(
24
+ "Anycast channels are deprecated, because of the high cost of maintaining "
25
+ "something for which we don't have a use case. The implementation will "
26
+ "remain in the codebase in its current form at least until the next major "
27
+ "version."
28
+)
29
class Anycast(Generic[ChannelMessageT]):
30
"""A channel that delivers each message to exactly one receiver.
31
0 commit comments