I am working on a project with SFML, version 2, and I had been using std::thread for running some threads.
I am wondering why sf::thread does not require a join() function? And why is has a launch function whereas the standard library does not.
Also, since sfml is cross platform, what are the advantages and disadvantages between sf::thread and std::thread?
Apologies if this question has been answered before, the search isn't working at the moment. It displays an error message asking me to report the problem to an administrator. Hopefully and admin will see this, and then I will have done what the message told me to!