Skip to content

Commit

Permalink
docs: stabilize liveliness (eclipse-zenoh#410)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyfo authored Dec 11, 2024
1 parent 3087d5d commit ce22b76
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions zenoh/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ class KeyExpr:

_IntoKeyExpr = KeyExpr | str

@_unstable
@final
class Liveliness:
def declare_token(self, key_expr: _IntoKeyExpr) -> LivelinessToken:
Expand Down Expand Up @@ -418,7 +417,6 @@ class Liveliness:
) -> Subscriber[None]:
"""Create a Subscriber for liveliness changes matching the given key expression."""

@_unstable
@final
class LivelinessToken:
def __enter__(self) -> Self: ...
Expand Down Expand Up @@ -968,7 +966,6 @@ class Session:
) -> Querier:
"""Create a Querier for the given key expression."""

@_unstable
def liveliness(self) -> Liveliness:
"""Obtain a Liveliness instance tied to this Zenoh session."""

Expand Down

0 comments on commit ce22b76

Please sign in to comment.