| 7 | namespace concurrencpp { |
| 8 | template<class concrete_executor_type> |
| 9 | struct CRCPP_API derivable_executor : public executor { |
| 10 | |
| 11 | derivable_executor(std::string_view name) : executor(name) {} |
| 12 |
nothing calls this directly
no outgoing calls
no test coverage detected