We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ccb5e2 commit f1ac22dCopy full SHA for f1ac22d
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