- make-method-proxy context nameprocedure
Wrap call in a lambda, which you can then use like any local function. The return value from the function thus created will be the list of return values from the remote method.
Wrap call in a lambda, which you can then use like any local function. The return value from the function thus created will be the list of return values from the remote method.