| 150 | } |
| 151 | |
| 152 | Executor::Executor() |
| 153 | { |
| 154 | SetExecutorThread(); // this is wrong? how can the Executor itself be created on the Executor-thread? |
| 155 | } |
| 156 | |
| 157 | bool Executor::IsExecutorThread() const |
| 158 | { |
nothing calls this directly
no outgoing calls
no test coverage detected