Usage of vex::task vs. vex::thread

Hi guys, I’m reading the VEXCode API docs and I don’t get the difference between vex::task and vex::thread. When would you use one or the other?

They do pretty much the same thing. vex::task was more familiar to users who had previously used RobotC and vex::thread more familiar to users who may have programmed in C++ before.

5 Likes

Alright, great. Thank you.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.