| 59 | |
| 60 | public: |
| 61 | inline TThreadedResolver() |
| 62 | : E_(TSystemEvent::rAuto) |
| 63 | { |
| 64 | T_.push_back(SystemThreadFactory()->Run(this)); |
| 65 | } |
| 66 | |
| 67 | inline ~TThreadedResolver() override { |
| 68 | Schedule(nullptr); |
nothing calls this directly
no test coverage detected