libqi-api
2.8.7.4
|
#include <strand.hpp>
Public Member Functions | |
template<typename FF > | |
StrandedUnwrapped (FF &&f, const boost::weak_ptr< StrandPrivate > &strand, const boost::function< void()> &onFail, ExecutionOptions options) | |
template<typename... Args> | |
auto | operator() (Args &&...args) const -> decltype(tryUnwrap(_stranded(std::forward< Args >(args)...))) |
template<typename... Args> | |
auto | operator() (Args &&...args) -> decltype(tryUnwrap(_stranded(std::forward< Args >(args)...))) |
Static Public Attributes | |
static const bool | is_async = true |
Definition at line 40 of file strand.hpp.
|
inline |
Definition at line 384 of file strand.hpp.
|
inline |
Definition at line 389 of file strand.hpp.
|
inline |
Definition at line 396 of file strand.hpp.
|
static |
Definition at line 377 of file strand.hpp.