| 41 | std::string_view Name() const noexcept override { return name_; } |
| 42 | |
| 43 | bool ThreadSafe() const noexcept override { return (options_.thread_num == 1); } |
| 44 | bool IsInCurrentExecutor() const noexcept override; |
| 45 | bool SupportTimerSchedule() const noexcept override { return false; } |
| 46 |
no outgoing calls