progschj / ThreadPool

A simple C++11 Thread Pool implementation
zlib License
7.64k stars 2.21k forks source link

Add an alternate method to enqueueAndDetach a task without requiring the capture of std::future<> #31

Open Calthron opened 8 years ago

Calthron commented 8 years ago

Add a new alternate method to enqueueAndDetach a task without requiring the capture of std::future<>. Note: There is probably a better name for this method, open to suggestions.