Boost C++ Libraries/Boost.Asio
Boost.Asio 색인 - executor::on_work_started
executor::on_work_started 실행기(executor)에게 수행할 일부 처리되지 않은 작업이 있음을 알린다. void on_work_started() const; Boost.Asio 홈
executor::on_work_started 실행기(executor)에게 수행할 일부 처리되지 않은 작업이 있음을 알린다. void on_work_started() const; Boost.Asio 홈
executor::on_work_finished 실행기(executor)에게 일부 작업이 더 이상 미결 상태가 아님을 알린다. void on_work_finished() const; Boost.Asio 홈
thread_pool::executor 스레드 풀과 연결된 실행기(executor)를 얻어온다. executor_type executor(); Boost.Asio 홈
executor::executor [1 / 6 오버로드] 기본 생성자(constructor) executor(); [executor] [2 / 6 오버로드] nullptr로 생성하는 생성자(constructor) executor( nullptr_t ); [executor] [3 / 6 오버로드] 복사-생성자(copy constructor) executor( const executor & other); [executor] [4 / 6 오버로드] 이동-생성자(move constructor) executor( executor && other); [executor] [5 / 6 오버로드] 주어진 실행기(executor)에 대해 다형성 래퍼를 생성하는 생성자(constructor) template< typenam..