728x90
반응형
thread_pool::basic_executor_type::on_work_finished
스레드 풀에게 일부 작업이 더 이상 미결 상태가 아님을 알린다.
void on_work_finished() const;
이 함수는 일부 작업이 완료되었음을 스레드 풀에 알리는 데 사용된다. 완료되지 않은 작업 수가 0에 도달하면 스레드 풀의 join() 함수가 종료될 수 있다.
Boost.Asio 홈
728x90
반응형
'Boost C++ Libraries > Boost.Asio' 카테고리의 다른 글
Boost.Asio 색인 - executor::on_work_started (0) | 2021.02.13 |
---|---|
Boost.Asio 색인 - basic_system_executor::on_work_started (0) | 2021.02.13 |
Boost.Asio 색인 - io_context::strand::on_work_finished (0) | 2021.02.13 |
Boost.Asio 색인 - io_context::basic_executor_type::on_work_finished (0) | 2021.02.13 |
Boost.Asio 색인 - executor::on_work_finished (0) | 2021.02.13 |