MCPcopy Create free account
hub / github.com/boostorg/cobalt / system_timer

Method system_timer

src/io/system_timer.cpp:13–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11{
12
13system_timer::system_timer(const cobalt::executor & executor) : timer_(executor) {}
14system_timer::system_timer(const time_point &expiry_time, const cobalt::executor & executor) : timer_(executor, expiry_time) {}
15system_timer::system_timer(const duration &expiry_time, const cobalt::executor & executor) : timer_(executor, expiry_time) {}
16

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected