| 34 | } |
| 35 | |
| 36 | ScheduledCall GuiExecutorClient::CallAt(const Clock::time_point& timepoint, std::function<void()> fn) |
| 37 | { |
| 38 | return m_executor->CallAt(timepoint, fn); |
| 39 | } |
| 40 | |
| 41 | bool GuiExecutorClient::IsExecutorThread() const |
| 42 | { |
nothing calls this directly
no outgoing calls
no test coverage detected