ThreadPoolTask

Represents a task which can be posted to a thread pool


typedef std::function<void()> ThreadPoolTask;