Extracted from Pike v8.0 release 164 as of 2016-04-05.
   

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(), `()()