Initialize thread handler ! This handler can be used to initialize priority or affinity of the service thread. */
| 137 | This handler can be used to initialize priority or affinity of the service thread. |
| 138 | */ |
| 139 | virtual void onThreadInitialize() {} |
| 140 | //! Cleanup thread handler |
| 141 | /*! |
| 142 | This handler can be used to cleanup priority or affinity of the service thread. |
nothing calls this directly
no outgoing calls
no test coverage detected