std::thread::threadpool

QueueItem

struct QueueItem @private
{
	ThreadPoolFn func;
	any[] args;
}

Members

Methods