Honeycomb
0.1
Component-Model Framework
|
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 |