Extracted from Pike v8.0 release 28 as of 2015-08-03.
   

Method Remote.Call()->sync()


Method sync

mixed sync(mixed ... args)

Description

Call the wrapped remote function synchronously.

Parameter args

Arguments to send to the remote function.

Returns

Returns (the possibly wrapped) result from the remote function.

See also

async(), `()()