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

Method steady_timer

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

Source from the content-addressed store, hash-verified

11{
12
13steady_timer::steady_timer(const cobalt::executor & executor) : timer_(executor) {}
14steady_timer::steady_timer(const time_point &expiry_time, const cobalt::executor & executor) : timer_(executor, expiry_time) {}
15steady_timer::steady_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