Quote:
Originally Posted by AustinSchuh
Task is a VXWorks API wrapper around pthreads. Any reason not to use pthreads directly?
Take a look at ::std::thread. It works well, and is much more cross platform. We use it exclusively.
|
Can you provide a simple example of using ::std::thread that's compatible with the roborio?
TIA,
Mike