|
libqi-api
release-2.5.3-2016-11-18
|
This is the complete list of members for qi::Strand, including all inherited members.
| async(const boost::function< void()> &cb, qi::SteadyClockTimePoint tp) override | qi::Strand | virtual |
| async(const boost::function< void()> &cb, qi::Duration delay) override | qi::Strand | virtual |
| qi::ExecutionContext::async(const boost::function< R()> &callback, qi::Duration delay) | qi::ExecutionContext | |
| qi::ExecutionContext::async(const boost::function< R()> &callback, qi::SteadyClockTimePoint tp) | qi::ExecutionContext | |
| qi::ExecutionContext::async(const detail::Function< R()> &callback) | qi::ExecutionContext | inline |
| qi::ExecutionContext::async(F &&callback) -> decltype(asyncDelay(std::forward< F >(callback), qi::Duration(0))) | qi::ExecutionContext | inline |
| asyncAt(F &&callback, qi::SteadyClockTimePoint tp) -> qi::Future< typename std::decay< decltype(callback())>::type > | qi::ExecutionContext | |
| asyncDelay(F &&callback, qi::Duration delay) -> qi::Future< typename std::decay< decltype(callback())>::type > | qi::ExecutionContext | |
| isInThisContext() override | qi::Strand | virtual |
| join() | qi::Strand | |
| post(F &&callback) | qi::ExecutionContext | |
| schedulerFor(F &&func, boost::function< void()> onFail={}) -> detail::WrapInStrand< typename std::decay< F >::type > | qi::Strand | inline |
| Strand() | qi::Strand | |
| Strand(qi::ExecutionContext &executionContext) | qi::Strand | |
| ~ExecutionContext() | qi::ExecutionContext | inlinevirtual |
| ~Strand() | qi::Strand |