|
Public Member Functions |
void | do_something (const Callback< void, RPC< void > > &completion, double life, double tp) |
| Invokes do_something on the remote server (non-blocking interface).
|
RPC< void > | do_something (double life, double tp) |
| Invokes do_something on the remote server (blocking interface).
|
void | call_me (const Callback< void, RPC< int > > &completion) |
| Invokes call_me on the remote server (non-blocking interface).
|
RPC< int > | call_me () |
| Invokes call_me on the remote server (blocking interface).
|
void | get_stat (const Callback< void, RPC< vector< Stats > > > &completion) |
| Invokes get_stat on the remote server (non-blocking interface).
|
RPC< vector< Stats > > | get_stat () |
| Invokes get_stat on the remote server (blocking interface).
|