thread_pool

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - thread_pool::basic_executor_type::shape_type

thread_pool::basic_executor_type::shape_type 대량 실행 형태 유형이다. typedef std::size_t shape_type; 요구 사항 일반 헤더: boost/asio/thread_pool.hpp 편의 헤더: boost/asio.hpp Boost.Asio 홈

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - thread_pool::basic_executor_type::sender_type

thread_pool::basic_executor_type::sender_type 스케줄러에서 사용되는 경우 송신기 유형이다. typedef basic_executor_type sender_type; 유 형 이 름 설 명 index_type 대량 실행 인덱스 유형이다. sender_type 스케줄러에서 사용되는 송신기 유형이다. shape_type 대량 실행 형태 유형이다. 멤버 함수 이 름 설 명 basic_executor_type [constructor] 복사 생성자. — 이동 생성자. bulk_execute 대량 실행 기능. connect 연결 기능. context 기저 실행 컨텍스트를 얻어온다. defer 주어진 함수 개체를 호출하기 위해 스레드 풀을 요청한다. dispatch 주어진 함수 개체를..

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - thread_pool::scheduler_type

thread_pool::scheduler_type 스레드 풀에서 수신기를 예약하는데 사용되는 스케줄러이다. typedef basic_executor_type, 0 > scheduler_type; 유 형 이 름 설 명 index_type 대량 실행 인덱스 유형이다. sender_type 스케줄러에서 사용되는 송신기 유형이다. shape_type 대량 실행 형태 유형이다. 멤버 함수 이 름 설 명 basic_executor_type [constructor] 복사 생성자. — 이동 생성자. bulk_execute 대량 실행 기능. connect 연결 기능. context 기저 실행 컨텍스트를 얻어온다. defer 주어진 함수 개체를 호출하기 위해 스레드 풀을 요청한다..

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - thread_pool::scheduler

thread_pool::scheduler 풀과 연결된 스케줄러를 얻어온다. scheduler_type scheduler(); Boost.Asio 홈

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - thread_pool::basic_executor_type::schedule

thread_pool::basic_executor_type::schedule 작업 일정 함수이다. sender_type schedule() const; 이 함수를 직접 호출하지 않는다. execution::schedule 사용자-정의 지점과 함께 사용하기 위한 것이다. 반환 값 송신기 개념을 충족하는 개체이다. Boost.Asio 홈

까마귀75
'thread_pool' 태그의 글 목록 (2 Page)