Searched defs:strand (Results 1 – 4 of 4) sorted by relevance
32 class strand class43 strand() in strand() function in boost::asio::strand51 explicit strand(const Executor1& e, in strand() function in boost::asio::strand65 strand(const strand& other) BOOST_ASIO_NOEXCEPT in strand() function in boost::asio::strand77 strand( in strand() function in boost::asio::strand108 strand(strand&& other) BOOST_ASIO_NOEXCEPT in strand() function in boost::asio::strand120 strand(strand<OtherExecutor>&& other) BOOST_ASIO_NOEXCEPT in strand() function in boost::asio::strand412 strand(const Executor& ex, const implementation_type& impl) in strand() function in boost::asio::strand
90 class io_context::strand class in boost::asio::io_context100 explicit strand(boost::asio::io_context& io_context) in strand() function in boost::asio::io_context::strand
36 using strand = asio::strand<asio::any_io_executor>; typedef38 using strand = asio::strand<asio::executor>; typedef67 …ype>::type, typename execution_context::executor_type> bind_executor(strand &strand, handler_type … in bind_executor() argument
387 def strand(s1, s2): function