| 41 | |
| 42 | namespace concurrencpp { |
| 43 | class CRCPP_API alignas(CRCPP_CACHE_LINE_ALIGNMENT) thread_pool_executor final : public derivable_executor<thread_pool_executor> { |
| 44 | |
| 45 | friend class details::thread_pool_worker; |
| 46 |
nothing calls this directly
no outgoing calls
no test coverage detected