Honeycomb  0.1
Component-Model Framework
honey::FutureCommon< Subclass, R > Member List

This is the complete list of members for honey::FutureCommon< Subclass, R >, including all inherited members.

then(Sched &&sched, Func &&f)honey::FutureCommon< Subclass, R >
then(Func &&f)honey::FutureCommon< Subclass, R >
then(Sched &&sched, Func &&f) -> Future< typename std::result_of< Func(Subclass)>::type >honey::FutureCommon< Subclass, R >
then(Func &&f) -> Future< typename std::result_of< Func(Subclass)>::type > honey::FutureCommon< Subclass, R >
unwrap()honey::FutureCommon< Subclass, R >inline