async1 [프로그래밍][C++11] thread, future, promises, async thread로 돌려야할 함수가 있어서 검색해봤다.C++11 (VS 2012)부터는 std::thread가 있길래, VS2012로 갈아탔다..좋은게 좋은거라고ㅋㅋ 그리고 사용 법을 검색해보니 간단하다.아래 링크에서 잘 설명해준다. 동영상 강의다.https://www.youtube.com/watch?v=o0pCft99K74&list=PL1835A90FC78FF8BE&index=4 난 thread해서 join할 필요 없이 async를 사용하면 될것 같다. #include #include #include #include #include std::string func(){for(int i=0; i< 20; i++){ std::cout 2016. 8. 24. 이전 1 다음 반응형