Adobe Source Libraries 2.0.0
A collection of C++ libraries.
Loading...
Searching...
No Matches
future.hpp File Reference

Go to the source code of this file.

Classes

class  concurrent_queue< T >
class  shared_task_queue

Namespaces

namespace  adobe

Functions

template<class F, class... Args>
auto async (F &&f, Args &&... args) -> std::future< typename adobe::invoke_result_t< F, Args... > >
template<class Duration, class F, class... Args>
auto async (const std::chrono::time_point< std::chrono::steady_clock, Duration > &when, F &&f, Args &&... args) -> std::future< adobe::invoke_result_t< F, Args... > >