stopped

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - system_context::stopped

system_context::stopped 시스템 스레드 풀이 중지되었는지 확인한다. bool stopped() const; Boost.Asio 홈

Boost C++ Libraries/Boost.Asio

Boost.Asio 색인 - io_context::stopped

io_context::stopped io_context 개체가 중지되었는지 확인한다. bool stopped() const; 이 함수는 stop()의 명시적 호출을 통하거나 또는 처리할 작업 부족으로 인하여 io_context 개체가 중지되었는지 여부를 확인하는데 사용된다. io_context 개체가 중지되면 run(), run_one(), poll(), poll_one()에 대한 호출은 핸들러의 호출없이 즉시 반환된다. 반환 값 io_context 개체가 중지되어 있으면 true 이고, 그렇지 않으면 false 이다. Boost.Asio 홈

까마귀75
'stopped' 태그의 글 목록