Imported Upstream version 1.64.0
[platform/upstream/boost.git] / libs / fiber / doc / future.qbk
index 014a55c..b20e455 100644 (file)
@@ -394,6 +394,15 @@ const&`, otherwise `false`.]]
         async( ``[link class_launch `launch`]`` policy, __allocator_arg_t__, __StackAllocator__ salloc,
                Function && fn, Args && ... args);
 
+        template< typename __StackAllocator__, typename Allocator, class Function, class ... Args >
+        future<
+            std::result_of_t<
+                std::decay_t< Function >( std::decay_t< Args > ... )
+            >
+        >
+        async( ``[link class_launch `launch`]`` policy, __allocator_arg_t__, __StackAllocator__ salloc,
+               Allocator alloc, Function && fn, Args && ... args);
+
         }}
 
 [variablelist