I\'m trying to cross-compile for Windows a simple application:
#include void Func(){ return; } int main(){ std::thread thr1(Func); thr
On Window, you can choice to use POSIX thread lib to construct your app. You can find it via https://sourceforge.net/projects/pthreads4w/files/