Skip to content
Snippets Groups Projects
Unverified Commit fee51fd2 authored by Piotr Maślanka's avatar Piotr Maślanka
Browse files

fixed docs for CallableGroup

parent 88bc421f
No related branches found
No related tags found
No related merge requests found
Pipeline #62095 passed with stages
in 2 minutes and 16 seconds
...@@ -111,6 +111,8 @@ class CallableGroup(tp.Generic[T]): ...@@ -111,6 +111,8 @@ class CallableGroup(tp.Generic[T]):
""" """
Add a callable. Add a callable.
.. note:: Same callable can't be added twice. It will silently fail.
Can be a :class:`~satella.coding.concurrent.CancellableCallback`, in that case Can be a :class:`~satella.coding.concurrent.CancellableCallback`, in that case
method :meth:`~satella.coding.concurrent.CallableGroup.remove_cancelled` might method :meth:`~satella.coding.concurrent.CallableGroup.remove_cancelled` might
be useful. be useful.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment