summaryrefslogtreecommitdiff
path: root/boost/fiber/future.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/fiber/future.hpp')
-rw-r--r--boost/fiber/future.hpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/boost/fiber/future.hpp b/boost/fiber/future.hpp
new file mode 100644
index 0000000000..2e5d3b7744
--- /dev/null
+++ b/boost/fiber/future.hpp
@@ -0,0 +1,10 @@
+
+// Copyright Oliver Kowalke 2013.
+// 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)
+
+#include <boost/fiber/future/async.hpp>
+#include <boost/fiber/future/future.hpp>
+#include <boost/fiber/future/packaged_task.hpp>
+#include <boost/fiber/future/promise.hpp>