Lines Matching full:boost
3 // Distributed under the Boost Software License, Version 1.0. (See accompanying
4 // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
11 #include <boost/asio.hpp>
12 #include <boost/asio/detail/mutex.hpp>
20 typedef ::boost::asio::detail::mutex mutex_type;
22 typedef std::function<void(boost::system::error_code, Message)> handler_type;
25 boost::asio::io_service& io;
31 queue(boost::asio::io_service& io_service) : io(io_service) {} in queue()
42 boost::system::error_code error_;
47 boost::system::error_code e = boost::system::error_code()) in closure()
68 void(boost::system::error_code, in BOOST_ASIO_INITFN_RESULT_TYPE()
71 typedef ::boost::asio::detail::async_result_init< in BOOST_ASIO_INITFN_RESULT_TYPE()
72 MessageHandler, void(boost::system::error_code, message_type)> in BOOST_ASIO_INITFN_RESULT_TYPE()