File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -75,8 +75,7 @@ async def main():
7575 print (" Dispatcher ready!" )
7676```
7777
78- The [ ` Dispatcher ` class] [ dispatcher-class ] , the main entry point for the API,
79- provides two channels:
78+ The [ ` Dispatcher ` class] [ dispatcher-class ] provides two channels:
8079
8180* [ Lifecycle events] [ lifecycle-events ] : A channel that sends a message whenever
8281 a [ Dispatch] [ frequenz.dispatch.Dispatch ] is created, updated or deleted.
@@ -85,7 +84,7 @@ provides two channels:
8584 running status of the dispatch changed in a way that could potentially
8685 require the actor to start, stop or reconfigure itself.
8786
88- ### Example using the running status change channel
87+ ### Example managing actors with dispatch events
8988
9089``` python
9190import os
You can’t perform that action at this time.
0 commit comments