cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
|
This is the complete list of members for msgpack_rpc::executors::Timer, including all inherited members.
async_sleep_for(std::chrono::steady_clock::duration duration, Function &&function) | msgpack_rpc::executors::Timer | inline |
async_sleep_until(std::chrono::steady_clock::time_point time, Function &&function) | msgpack_rpc::executors::Timer | inline |
cancel() | msgpack_rpc::executors::Timer | inline |
Timer(const std::shared_ptr< IExecutor > &executor, OperationType type) | msgpack_rpc::executors::Timer | inline |
timer_ | msgpack_rpc::executors::Timer | private |