mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Arguments to Task are now forwarded to std::thread more correctly
Change-Id: I81a934a6fac4ead30c67010e9968e46ad2f86571
This commit is contained in:
@@ -12,8 +12,6 @@
|
||||
#include <string>
|
||||
#include <thread>
|
||||
|
||||
#include <string>
|
||||
|
||||
/**
|
||||
* Wrapper class around std::thread that allows changing thread priority
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user