libqi-api
2.0.6.8
|
#include <qi/future.hpp>
Go to the source code of this file.
Namespaces | |
namespace | qi |
qi general namespace | |
namespace | qi::detail |
Functions | |
template<typename R > | |
void | qi::detail::call_and_set (qi::Promise< R > p, boost::function< R()> f) |
template<typename R > | |
void | qi::detail::check_canceled (qi::Future< void > f, qi::Promise< R > p) |
template<typename R > | |
void | qi::nullConverter (void *, R &) |