在此区域中执行给定的 action 并传递 argument。
action
argument
与 run 类似,但 action 使用一个 argument 而不是无参数调用。
R runUnary<R, T>(R action(T argument), T argument);