Boost.Fiber wait_all, collecting all exceptions


wait_all, collecting all exceptions - 모든 예외 수집

wait_all_until_error_source()가 주어지면 첫 번째 오류만 표시하는 대신 모든 오류를 수집하는 wait_all_...()을 만드는 것이 더 합리적일 수 있습니다. 구현은 동일한 exception_list 예외 클래스를 사용하는 wait_first_success()의 간단한 변형입니다.

⚛ 원문
Email 답글이 올라오면 이메일로 알려드리겠습니다.