execution::is_executor 特性用于检测类型 T 是否满足 execution::executor 概念。
template< typename T> struct is_executor : public integral_constant< bool, automatically_determined >
类模板 is_executor 是一个一元类型特征,如果类型 T 满足执行器的概念定义,则从 true_type 派生,否则从 false_type 派生。
头文件: boost/asio/execution/executor.hpp
便利头文件: `boost/asio/execution.hpp`