MCPcopy Create free account
hub / github.com/COVESA/vsomeip / asio_timer

Method asio_timer

implementation/endpoints/include/asio_timer.hpp:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15class asio_timer : public abstract_timer {
16public:
17 asio_timer(boost::asio::io_context& _io) : timer_(_io) { }
18 virtual ~asio_timer() override = default;
19
20private:

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected