|
WebCFace 3.2.0
Web-based Communication Framework & Dashboard-like UI
|
#include "webcface/common/val_adaptor_vec.h"#include "webcface/exception.h"#include <chrono>#include "webcface-config.h"#include <optional>#include <memory>#include <functional>#include "field.h"#include "webcface/common/val_adaptor.h"#include "webcface/c_wcf/def_types.h"Go to the source code of this file.
Classes | |
| class | Promise |
| 非同期で実行した関数の実行結果を取得するインタフェース。 More... | |
| class | CallHandle |
| 呼び出された関数の引数の取得と戻り値のセットをするインタフェース More... | |
Namespaces | |
| namespace | webcface |
| namespace | webcface::internal |
Typedefs | |
| using | AsyncFuncResult = Promise |
| using | FuncCallHandle = CallHandle |