Simulant
21.12-1292
A portable game engine for Windows, OSX, Linux, Dreamcast, and PSP
|
Public Member Functions | |
bool | is_initialized () const |
bool | is_ready () const |
bool | fulfill () |
void | value () const |
template<typename Func > | |
auto | then (Func &&func) -> Promise< typename promise_impl::func_traits< typename std::decay< Func >::type >::result_type > |
Static Public Member Functions | |
static Promise< void > | create () |
Friends | |
template<typename Func > | |
Promise< typename std::result_of< Func()>::type > | cr_async (Func func) |