Sequoia
|
Tasks may be push
ed, upon which they are fed to std::async.
More...
#include <ConcurrencyModels.hpp>
Public Types | |
using | return_type = R |
Public Member Functions | |
asynchronous (const asynchronous &)=delete | |
asynchronous (asynchronous &&) noexcept=default | |
asynchronous & | operator= (const asynchronous &)=delete |
asynchronous & | operator= (asynchronous &&) noexcept=default |
template<class Fn , class... Args> | |
std::future< R > | push (Fn &&fn, Args &&... args) |
Tasks may be push
ed, upon which they are fed to std::async.