thread_pool::basic_executor_type

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::basic_executor_type::schedule

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

Boost C++ Libraries/Boost.Asio

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

thread_pool::basic_executor_type::running_in_this_thread 스레드 풀이 현재 스레드에서 실행 중인지 확인한다. bool running_in_this_thread() const; 반환 값 현재 스레드에서 스레드 풀이 실행중이면, true이다. 그렇지 않으면 false를 반환한다. Boost.Asio 홈

Boost C++ Libraries/Boost.Asio

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

thread_pool::basic_executor_type::require blocking.possibly 속성을 사용해서 실행기(executor)를 가져온다. [1 / 9 오버로드] constexpr basic_executor_type require( execution::blocking_t::possibly_t ) const; [require] blocking.always 속성을 사용해서 실행기(executor)를 가져온다. [2 / 9 오버로드] constexpr basic_executor_type require( execution::blocking_t::always_t ) const; [require] bl..

까마귀75
'thread_pool::basic_executor_type' 태그의 글 목록