Sequoia
Loading...
Searching...
No Matches
Public Types | Public Member Functions | List of all members
sequoia::concurrency::asynchronous< R > Class Template Reference

Tasks may be pushed, 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
 
asynchronousoperator= (const asynchronous &)=delete
 
asynchronousoperator= (asynchronous &&) noexcept=default
 
template<class Fn , class... Args>
std::future< R > push (Fn &&fn, Args &&... args)
 

Detailed Description

template<class R>
class sequoia::concurrency::asynchronous< R >

Tasks may be pushed, upon which they are fed to std::async.


The documentation for this class was generated from the following file: