Struct tpool_t::mutable_data_t¶ Defined in File tpool.hpp Nested Relationships¶ This struct is a nested type of Class tpool_t. Struct Documentation¶ struct mutable_data_t¶ Public Members tbb::concurrent_queue<task_t> task_queue¶ std::mutex m¶ std::size_t enqueued_tasks = 0¶ bool terminate_flag = false¶ std::condition_variable cv¶