rupi cmd nowait - part-cw/lambdanative GitHub Wiki
(rupi-cmd-nowait rc cmd . args)
rupi-cmd-nowait runs a remote UPI command on a rupi server without waiting for a response. It behaves like (rupi-cmd rc cmd . args) but only waits 1 msec for the server response. It always returns #t and hence is useful only for push messages.
Parameter | Description |
---|---|
rc | The rupi client to be used |
cmd | The command to be executed |
args | A number of optional arguments to be passed along with the command |
Example
See (rupi-cmd rc cmd . args) for its example.