Loading…
|
Translation changed |
|
|
String added in the repository |
|
Loading…
|
Translation changed |
|
|
String added in the repository |
|
Now that we have a declaration, we will define the body of the function. We want to achieve the following goals: perform static type checking on the input parameters, set up the return value as per __N3747__, and launch the composed operation by constructing an intermediate, stateful completion handler and invoking it.完成函数声明后,我们再对该函数的实现部分进行定义。实现过程中需要满足以下几个目标:对输入参数执行静态类型检查,按照 __N3747__ 规范设定返回值类型,同时构造一个带有状态的中间完成处理器并调用该处理器,以此启动组合操作。