cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
msgpack_rpc::executors::Timer Member List

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::Timerinline
async_sleep_until(std::chrono::steady_clock::time_point time, Function &&function)msgpack_rpc::executors::Timerinline
cancel()msgpack_rpc::executors::Timerinline
Timer(const std::shared_ptr< IExecutor > &executor, OperationType type)msgpack_rpc::executors::Timerinline
timer_msgpack_rpc::executors::Timerprivate