Commit 5b3f48a
committed
Amend documentation for a method in actor class
The previous documentation of the method `_run_loop()`
was outdated and did not accurately describe the
intention and behavior of the method.
This update removes mention of the restart limit as
it was primarily introduced for testing purposes and
the actor should be always restarted in case of an
unhandled exception.
Signed-off-by: Daniel Zullo <[email protected]>1 parent 096b8b4 commit 5b3f48a
1 file changed
+7
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
76 | | - | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
83 | 85 | | |
84 | 86 | | |
85 | 87 | | |
| |||
0 commit comments