병렬 프로그래밍 Parallel Programming - task_group
이전 정리글은 2021.12.18 - [프로그래밍/Parallel Programming] - 병렬 프로그래밍 Parallel Programming - when_all, when_any 자 ~! 오늘은 3번째 정리시간이다. 오늘은 task_group 과 structed_task_group 에 대해서 정리해보자. 이 두 클래스는 task를 그룹으로 관리하기 편한 기능을 제공한다. 하나씩 알아가보자.! structed_task_group 우선 structed_task_group 에 대해서 알아보자. 일단 모다? 코드부터 ㅋ #include #include int _tmain() { auto taskone = concurrency::make_task( []{ wcout