File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ async def start_managing(
281
281
282
282
You can await the `Dispatcher` instance to block until all types
283
283
registered with `start_managing()` are stopped using
284
- `stop_dispatching ()`
284
+ `stop_managing ()`
285
285
286
286
"Merging" means that when multiple dispatches are active at the same time,
287
287
the intervals are merged into one.
@@ -330,7 +330,7 @@ def id_identity(dispatch: Dispatch) -> int:
330
330
self ._actor_dispatchers [dispatch_type ] = dispatcher
331
331
dispatcher .start ()
332
332
333
- async def stop_dispatching (self , dispatch_type : str ) -> None :
333
+ async def stop_managing (self , dispatch_type : str ) -> None :
334
334
"""Stop managing actors for a given dispatch type.
335
335
336
336
Args:
You can’t perform that action at this time.
0 commit comments