#include <crtc.h>
|
|
typedef Functor< void(Args...)> | FullFilledCallback |
| |
|
typedef Callback | FinallyCallback |
| |
|
typedef ErrorCallback | RejectedCallback |
| |
|
typedef Functor< void(const FullFilledCallback &resolve, const RejectedCallback &reject)> | ExecutorCallback |
| |
|
|
Let< Promise< Args... > > | Then (const FullFilledCallback &callback) |
| |
|
Let< Promise< Args... > > | Catch (const RejectedCallback &callback) |
| |
|
Let< Promise< Args... > > | Finally (const FinallyCallback &callback) |
| |
|
|
static Let< Promise< Args... > > | New (const ExecutorCallback &executor, const Let< Worker > &worker=Worker::This()) |
| |
|
|
class | Let< Promise< Args... > > |
| |
The documentation for this class was generated from the following file: