Team,
I don't know the difference between Async.function and Async.procedure
Let me know when to use where
Team,
I don't know the difference between Async.function and Async.procedure
Let me know when to use where
Async.function
可以返回一个值,但Async.procedure
不能。
此外,Functions.Func1 允许传递一个参数,Functions.Func2 允许传递两个参数,等等