Boost C++ Libraries/Boost.Asio
execution::mapping_t::new_thread_t::is_applicable_property_v execution::mapping_t::new_thread_t 속성은 실행기(executor), 발송기(sender) 그리고 스케줄러에 적용된다. template static constexpr bool is_applicable_property_v = is_executor_v || is_sender_v || is_scheduler_v; Boost.Asio 홈
Boost C++ Libraries/Boost.Asio
execution::mapping_t::is_applicable_property_v execution::mapping_t 속성은 실행기(executor), 발송기(sender) 그리고 스케줄러에 적용된다. template static constexpr bool is_applicable_property_v = is_executor_v || is_sender_v || is_scheduler_v; Boost.Asio 홈
Boost C++ Libraries/Boost.Asio
execution::context_t::is_applicable_property_v execution::context_t 속성은 실행기(executor), 발송기(sender) 그리고 스케줄러에 적용된다. template static constexpr bool is_applicable_property_v = is_executor_v || is_sender_v || is_scheduler_v; Boost.Asio 홈
Boost C++ Libraries/Boost.Asio
execution::context_as_t::is_applicable_property_v execution::context_as_t 속성은 실행기(executor), 발송기(sender) 그리고 스케줄러에 적용된다. template static constexpr bool is_applicable_property_v = is_executor_v || is_sender_v || is_scheduler_v; Boost.Asio 홈
Boost C++ Libraries/Boost.Asio
execution::bulk_guarantee_t::unsequenced_t::is_applicable_property_v execution::bulk_guarantee_t::unsequenced_t 속성은 실행기(executor), 발송기(sender) 그리고 스케줄러에 적용된다. template static constexpr bool is_applicable_property_v = is_executor_v || is_sender_v || is_scheduler_v; Boost.Asio 홈