|
Discord.C++ 0.13.0
|
#include <Future.h>
Public Member Functions | |
| Future () | |
| void | set (Value value) |
| void | set_exception (std::exception_ptr e) |
| Value | get () |
| void | wait () |
| void | set_continuation (const std::function< void(std::shared_future< Value >)> &func) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |