Boost C++ Libraries/Boost.Asio
execution::bulk_guarantee_t::sequenced_t::is_applicable_property_v execution::bulk_guarantee_t::sequenced_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::parallel_t::is_applicable_property_v execution::bulk_guarantee_t::parallel_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::is_applicable_property_v execution::bulk_guarantee_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::blocking_t::possibly_t::is_applicable_property_v execution::blocking_t::possibly_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::blocking_t::never_t::is_applicable_property_v execution::blocking_t::never_t 속성은 실행기(executor), 발송기(sender) 그리고 스케줄러에 적용된다. template static constexpr bool is_applicable_property_v = is_executor_v || is_sender_v || is_scheduler_v; Boost.Asio 홈