Async.function 和 Async.procedure 节奏的区别

Difference between Async.function and Async.procedure in cadence

团队,

我不知道Async.function and Async.procedure

的区别

让我知道什么时候在哪里使用

Async.function can return a value but Async.procedure 没有。

此外,Functions.Func1 允许传递一个参数,Functions.Func2 允许传递两个参数,等等