Arguments to Task are now forwarded to std::thread more correctly

Change-Id: I81a934a6fac4ead30c67010e9968e46ad2f86571
This commit is contained in:
Tyler Veness
2015-07-22 00:13:28 -07:00
parent 6d854afb0e
commit d59016be35
3 changed files with 12 additions and 3 deletions

View File

@@ -12,8 +12,6 @@
#include <string>
#include <thread>
#include <string>
/**
* Wrapper class around std::thread that allows changing thread priority
*/