| 195 | } |
| 196 | void onMainThread(Promise<Void>&& signal, TaskPriority taskID) override; |
| 197 | bool isOnMainThread() const override { return thread_network == this; } |
| 198 | void stop() override { |
| 199 | if (thread_network == this) |
| 200 | stopImmediately(); |
no outgoing calls
no test coverage detected