If registered callback returns rpc::no_wait a client will not wait for remote function execution and will get immediately ready future.
6 lines
61 B
C++
6 lines
61 B
C++
#include "rpc.hh"
|
|
|
|
namespace rpc {
|
|
no_wait_type no_wait;
|
|
}
|