0

Team,

I don't know the difference between Async.function and Async.procedure

Let me know when to use where

4

1 回答 1

0

Async.function可以返回一个值,但Async.procedure不能。

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

于 2021-05-15T16:54:16.460 回答