Skip to content

Commit 9cc0ae8

Browse files
committed
fixup! Add method to check if a
1 parent 3f90928 commit 9cc0ae8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/frequenz/dispatch/_dispatcher.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def cancel(self, msg: str | None = None) -> None:
221221
for instance in self._actor_dispatchers.values():
222222
instance.cancel()
223223

224-
def is_dispatching(self, dispatch_type: str) -> bool:
224+
def is_managed(self, dispatch_type: str) -> bool:
225225
"""Check if the dispatcher is managing actors for a given dispatch type.
226226
227227
Args:

0 commit comments

Comments
 (0)