Starts the signals handler. This method is blocking, and returns only after signal is received, or "Stop" is called.
()
| 61 | // Starts the signals handler. This method is blocking, and returns only after signal is received, |
| 62 | // or "Stop" is called. |
| 63 | Loop() |
| 64 | |
| 65 | // Stop blocked "Loop" method. |
| 66 | Stop() |
no outgoing calls
no test coverage detected