|
libqi-api
release-2.5.3-2016-11-18
|
#include <executioncontext.hpp>
Public Member Functions | |
| ToPost (Callback cb) | |
| void | operator() () |
Public Attributes | |
| detail::DelayedPromise < ReturnType > | promise |
| Callback | callback |
Definition at line 202 of file executioncontext.hpp.
|
inline |
Definition at line 207 of file executioncontext.hpp.
|
inline |
Definition at line 211 of file executioncontext.hpp.
| Callback qi::ToPost< ReturnType, Callback >::callback |
Definition at line 205 of file executioncontext.hpp.
| detail::DelayedPromise<ReturnType> qi::ToPost< ReturnType, Callback >::promise |
Definition at line 204 of file executioncontext.hpp.