cpp-msgpack-rpc 0.2.0
An RPC library implementing MessagePack RPC.
Loading...
Searching...
No Matches
timer.h File Reference

Definition of Timer class. More...

#include <chrono>
#include <memory>
#include <utility>
#include <asio/error_code.hpp>
#include <asio/steady_timer.hpp>
#include "msgpack_rpc/executors/i_executor.h"
#include "msgpack_rpc/executors/operation_type.h"
Include dependency graph for timer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  msgpack_rpc::executors::Timer
 Class of timers to call functions later. More...

Namespaces

namespace  msgpack_rpc
 Namespace of cpp-msgpack-rpc library.
namespace  msgpack_rpc::executors
 Namespace of executors to process asynchronous tasks.

Detailed Description

Definition of Timer class.

Definition in file timer.h.