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