11 #ifndef ASIO_DETAIL_NULL_MUTEX_HPP 12 #define ASIO_DETAIL_NULL_MUTEX_HPP 14 #if defined(_MSC_VER) && (_MSC_VER >= 1200) 16 #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) 18 #include "asio/detail/config.hpp" 20 #if !defined(ASIO_HAS_THREADS) 22 #include "asio/detail/noncopyable.hpp" 23 #include "asio/detail/scoped_lock.hpp" 25 #include "asio/detail/push_options.hpp" 60 #include "asio/detail/pop_options.hpp" 62 #endif // !defined(ASIO_HAS_THREADS) 64 #endif // ASIO_DETAIL_NULL_MUTEX_HPP Definition: null_mutex.hpp:30
Definition: scoped_lock.hpp:27
Definition: noncopyable.hpp:25
Definition: any_io_executor.hpp:28