Virtual in case some function needs spetial stopping (e.g., buffers might not stop inmediately and need a few iterations)
| 30 | // Virtual in case some function needs spetial stopping (e.g., buffers might not stop inmediately and need a |
| 31 | // few iterations) |
| 32 | inline virtual void tryStop() |
| 33 | { |
| 34 | stop(); |
| 35 | } |
| 36 | |
| 37 | protected: |
| 38 | virtual void initializationOnThread() = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected