Simulant  21.12-574
A portable game engine for Windows, OSX, Linux, Dreamcast, and PSP
Public Member Functions | Static Public Member Functions | Friends | List of all members
smlt::Promise< void > Class Reference

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)
 

The documentation for this class was generated from the following file: