| 49 | std::string_view Name() const noexcept override { return name_; } |
| 50 | |
| 51 | bool ThreadSafe() const noexcept override { return (options_.thread_num == 1); } |
| 52 | bool IsInCurrentExecutor() const noexcept override; |
| 53 | bool SupportTimerSchedule() const noexcept override { return true; } |
| 54 |
nothing calls this directly
no outgoing calls
no test coverage detected