|
libqi-api
2.8.7.4
|
#include <executioncontext.hpp>
Public Member Functions | |
| ToPost (Callback cb) | |
| void | operator() () |
Public Attributes | |
| detail::DelayedPromise < ReturnType > | promise |
| Callback | callback |
Definition at line 232 of file executioncontext.hpp.
|
inline |
Definition at line 237 of file executioncontext.hpp.
|
inline |
Definition at line 241 of file executioncontext.hpp.
| Callback qi::ToPost< ReturnType, Callback >::callback |
Definition at line 235 of file executioncontext.hpp.
| detail::DelayedPromise<ReturnType> qi::ToPost< ReturnType, Callback >::promise |
Definition at line 234 of file executioncontext.hpp.