Files
scylladb/rpc/rpc.cc
Gleb Natapov 7fe06f006e rpc: introduce rpc::no_wait
If registered callback returns rpc::no_wait a client will not wait
for remote function execution and will get immediately ready future.
2015-03-22 16:16:09 +02:00

6 lines
61 B
C++

#include "rpc.hh"
namespace rpc {
no_wait_type no_wait;
}