| 241 | |
| 242 | private: |
| 243 | AlwaysUseNewThreadExecutor() noexcept = default; |
| 244 | AlwaysUseNewThreadExecutor(AlwaysUseNewThreadExecutor&&) = delete; |
| 245 | AlwaysUseNewThreadExecutor(const AlwaysUseNewThreadExecutor&) = delete; |
| 246 | AlwaysUseNewThreadExecutor& operator=(AlwaysUseNewThreadExecutor&&) = delete; |
nothing calls this directly
no outgoing calls
no test coverage detected