Sha256: 3ab59901523b08da5a8cbff025f9a758e8b517736bca25ecb8015227e62d9904
Contents?: true
Size: 1.04 KB
Versions: 3
Compression:
Stored size: 1.04 KB
Contents
// // execution.hpp // ~~~~~~~~~~~~~ // // Copyright (c) 2003-2024 Christopher M. Kohlhoff (chris at kohlhoff dot com) // // Distributed under the Boost Software License, Version 1.0. (See accompanying // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) // #ifndef ASIO_EXECUTION_HPP #define ASIO_EXECUTION_HPP #if defined(_MSC_VER) && (_MSC_VER >= 1200) # pragma once #endif // defined(_MSC_VER) && (_MSC_VER >= 1200) #include "asio/execution/allocator.hpp" #include "asio/execution/any_executor.hpp" #include "asio/execution/bad_executor.hpp" #include "asio/execution/blocking.hpp" #include "asio/execution/blocking_adaptation.hpp" #include "asio/execution/context.hpp" #include "asio/execution/context_as.hpp" #include "asio/execution/executor.hpp" #include "asio/execution/invocable_archetype.hpp" #include "asio/execution/mapping.hpp" #include "asio/execution/occupancy.hpp" #include "asio/execution/outstanding_work.hpp" #include "asio/execution/prefer_only.hpp" #include "asio/execution/relationship.hpp" #endif // ASIO_EXECUTION_HPP
Version data entries
3 entries across 3 versions & 1 rubygems