Lines Matching refs:executor
36 struct executor struct
38 executor() in executor() argument
42 executor(const executor&) BOOST_ASIO_NOEXCEPT in executor() function
47 executor(executor&&) BOOST_ASIO_NOEXCEPT in executor() argument
58 bool operator==(const executor&) const BOOST_ASIO_NOEXCEPT in operator ==() argument
63 bool operator!=(const executor&) const BOOST_ASIO_NOEXCEPT in operator !=() argument
76 struct execute_member<executor, F>
87 struct equality_comparable<executor>
198 executor s3; in test_sender_traits()
212 BOOST_ASIO_CHECK(exec::is_sender<executor>::value); in test_is_sender()
226 BOOST_ASIO_CHECK(exec::is_typed_sender<executor>::value); in test_is_typed_sender()