50 VTask(
bool _is_native, intmax_t _depth)
VTask is the abstract class stored in thread_pool.
bool is_native_task() const
VTask & operator=(const VTask &)=delete
std::function< void()> void_func_t
VTask & operator=(VTask &&)=default
VTask(bool _is_native, intmax_t _depth)
virtual void operator()()=0
VTask(const VTask &)=delete