| 11 | |
| 12 | namespace concurrencpp { |
| 13 | class CRCPP_API alignas(CRCPP_CACHE_LINE_ALIGNMENT) worker_thread_executor final : |
| 14 | public derivable_executor<worker_thread_executor> { |
| 15 | |
| 16 | private: |
nothing calls this directly
no outgoing calls
no test coverage detected