future.hpp 384 B

12345678910
  1. // Copyright Oliver Kowalke 2013.
  2. // Distributed under the Boost Software License, Version 1.0.
  3. // (See accompanying file LICENSE_1_0.txt or copy at
  4. // http://www.boost.org/LICENSE_1_0.txt)
  5. #include <boost/fiber/future/async.hpp>
  6. #include <boost/fiber/future/future.hpp>
  7. #include <boost/fiber/future/packaged_task.hpp>
  8. #include <boost/fiber/future/promise.hpp>